Skip to content

Commit

Permalink
deploy: e3480f2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed Feb 23, 2024
1 parent 569c8b8 commit 2ca0dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1><a class="anchor" id="autotoc_md0"></a>
WBC - Whole-Body Control</h1>
<p><a href="https://arc-opt.github.io/wbc/index.html">Code API</a> | <a href="https://arc-opt.github.io/Documentation/">Full Documentation</a></p>
<p><img src="doc/images/wbc_principle.svg" alt="drawing" style="pointer-events: none;" width="600" class="inline"/></p>
<p>WBC is C++ library for optimization-based control of redundant robots. It allows intuitive specification and execution of reactive robot control problems that involve multiple simultaneously running tasks. The idea of WBC is to describe a control problem as costs and constraints of an optimization problem (typically a quadratic program or QP) and design a set of feedback controllers around it. The QP minimizes the control errors, trading off the different objectives and produces a joint space command on velocity, acceleration or torque level, which is applied to the robot actuators. WBC is meant for</p><ul>
<p>WBC is C++ library for optimization-based control of redundant robots. The idea of WBC is to describe a control problem as costs and constraints of an optimization problem (typically a quadratic program or QP) and design a set of feedback controllers around it. The QP minimizes the control errors, trading off the different objectives and produces a joint space command on velocity, acceleration or torque level, which is applied to the robot actuators. WBC is meant for</p><ul>
<li>Controlling redundant robots, particularly floating base systems like humanoids or quadrupeds</li>
<li>Controlling multiple tasks simultaneously</li>
<li>reactive robot control, i.e. it does not plan ahead the next robot control actions</li>
Expand Down

0 comments on commit 2ca0dd5

Please sign in to comment.