Skip to content

yougod6/RaiSim_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raisim Example

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

  1. Install Raisim
    Follow the instructions on the Raisim official website to install the library.

  2. Build the Project
    Run the following commands to build the project:

    mkdir build && cd build
    cmake .. 
    make
    

Demonstrations

Convex-MPC

Convex MPC Aliengo Convex MPC Go1

HWBC

HWBC Configuration HWBC Demonstration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published