This is a Raisim example demonstrating convex-MPC (Model Predictive Control) for quadruped robots and HWBC(Hierarchical Whole-Body Control) for legged mobile manipulators.
This project uses the following external libraries:
- Raisim - Physics simulation library
- Eigen - Linear algebra library
- OsqpEigen - Quadratic programming solver
-
Install Raisim
Follow the instructions on the Raisim official website to install the library. -
Build the Project
Run the following commands to build the project:mkdir build && cd build cmake .. make



