8000 GitHub - DavidCalero1/rosx_introspection: Deserialize any ROS message, without compilation time information.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DavidCalero1/rosx_introspection

 
 

Repository files navigation

ROS X Introspection

Unified successor of the following libraries:

The library compiles either using:

  • ROS1 (catkin),
  • ROS2 (colcon/ament) or
  • without any ROS dependency (vanilla cmake).

To parse any ROS message at runtime, it requires:

  • The name of the type (for instance "sensors_msgs/JointState")
  • The definition of the type (for instance this one),
  • The raw memory buffer to be deserialized into individual key/values pairs.

The raw memory buffer is usually obtained by:

About

Deserialize any ROS message, without compilation time information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • CMake 2.2%
0