Open esteve opened 3 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.
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:
@jleibs thanks!
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
andgeometry_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