Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 829 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 829 Bytes

Ros_interface_mpc

Ros_interface_mpc implements a ROS interface to simulate whole-body motions with the Simple simulator and the Aligator library.

##Features

The Ros_interface_mpc library provides:

  • simulation nodes that subscribe to control topics and display the robot state on rviz
  • MPC nodes that subscribe to the robot state topics and compute the next optimal trajectory

Installation

Build from source

Create a ROS workspace and clone the repository in the sources:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone [email protected]:edantec/ros_interface_mpc.git --recursive

Then build the package:

colcon build

Dependencies