Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Feb 23, 2024
1 parent f023555 commit 124aceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

[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"/>

WBC is C++ library for optimization-based control of redundant robots target for software developers in robotics. It allows intuitive specification and execution of reactive robot control problems that involve multiple simultaneously running tasks. The idea of WBC is to phrase the control problem in terms of 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
* Controlling multiple tasks simultaneously
Expand Down

0 comments on commit 124aceb

Please sign in to comment.