rerun-io / cpp-example-ros2-bridge

An example implementation of a ROS 2 to Rerun bridge
Apache License 2.0
54 stars 5 forks source link

Add plugin interface to support custom ROS messages #6

Open roym899 opened 4 months ago

roym899 commented 4 months ago

Similar to RViz the bridge should have a plugin interface so that custom messages can be logged.

Right now this can also be done by logging directly to Rerun from the custom message publisher; however, this approach does not allow visualizing custom messages when playing back a bag.