Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.01 KB

README.md

File metadata and controls

34 lines (22 loc) · 2.01 KB

Crocoddyl ROS messages

Introduction

This repository provides ROS messages and Python bindings for Crocoddyl's solver diagnostics (i.e., SolverStatistics), computed trajectories (i.e., SolverTrajectory) and whole-body state and trajectory (i.e., WholeBodyState and WholeBodyTrajectory, respectively). The SolverTrajectory message is designed to be able to retrieve the values of state, control and feedback gain along each time interval. Instead, the WholeBodyState and WholeBodyTrajectory messages are designed to receive and display (via the whole_body_rviz_plugin) the robot's whole-body state.

Furthermore, the Python bindings of publishers and subscribers using roscpp help to increase communication performance while still using Python.

🐧 Building

crocoddyl_msgs has the following dependencies:

To compile this catkin project you need to do:

cd your_ros_ws/
catkin build #catkin_make

©️ Credits

✍️ Written by

and maintained by the Robot Motor Intelligence (RoMI) lab.