Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Mar 7, 2024
1 parent cdbce21 commit 88897b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[Code API](https://arc-opt.github.io/wbc/index.html) | [Full Documentation](https://arc-opt.github.io/Documentation/)

<img src="doc/images/wbc_principle.svg" alt="drawing" width="600"/>
<img src="doc/images/wbc_principle.svg" width="600"/>

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
* Controlling redundant robots, particularly floating base systems like humanoids or quadrupeds
Expand Down

0 comments on commit 88897b6

Please sign in to comment.