Skip to content

cmastalli/crocoddyl_msgs

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.0%
  • Python 15.7%
  • CMake 3.3%