rerun-io / rerun-ros

Bridge between Rerun and ROS 2
Apache License 2.0
15 stars 2 forks source link

Translate basic ROS types to Rerun #4

Open esteve opened 3 months ago

esteve commented 3 months ago

The bridge should translate all types that it receives from ROS and default to a basic translation if nothing specific can be found. For now we will only translate basic types such as std_msgs and geometry_msg:

https://github.com/ros2/common_interfaces/tree/rolling/std_msgs/msg

https://github.com/ros2/common_interfaces/tree/rolling/geometry_msgs/msg

Depends on #2 #9

esteve commented 2 months ago

@nikolausWest @jleibs feel free to update this ticket with the subset of ROS messages you guys think should be available for the first release. Thanks.

jleibs commented 2 months ago

Here's my proposal for the starting messages that are the most natural to translate to meaningful Rerun equivalents.

From std_msgs:

From geometry_msgs:

From sensor_msgs:

From visualization_msgs:

esteve commented 2 months ago

@jleibs thanks!