ori-drs / whole_body_mpc_msgs

ROS messages used by the whole-body MPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whole-body model predictive control ROS message

Introduction

A whole-body MPC message describes the whole-body state and feedback gains. The whole-body state is broken in three pieces: centroidal, joint and contact state, and it is described in: whole_body_state_msgs. The feedback gain is stored in data vector with a predefined stored dimensions, i.e. nx and nu.

With this basic message, we could connect with any whole-body controller. Additionally, it defines a whole-body control message which contains desired and actual states.

🐧 Building

The whole_body_mpc_msgs is a catkin project which can be built as:

cd your_ros_ws/
catkin build #catkin_make

©️ Credits

✍️ Written by

About

ROS messages used by the whole-body MPC

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 47.1%Language:Python 42.7%Language:CMake 10.2%