Raisim Example
December 26, 2024 ยท View on GitHub
This is a Raisim example demonstrating convex-MPC (Model Predictive Control) for quadruped robots and HWBC(Hierarchical Whole-Body Control) for legged mobile manipulators.
Dependencies
This project uses the following external libraries:
- Raisim - Physics simulation library
- Eigen - Linear algebra library
- OsqpEigen - Quadratic programming solver
How to Use
-
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
Demonstrations
Convex-MPC
HWBC