Using Foxglove Studio's mcap with fast-dds #2966
Unanswered
samehmohamed88
asked this question in
Q&A
Replies: 1 comment
-
Hi @armuren , I guess you could try to use ros2 bag (which supports mcap) as we describe here. Else, you may be interested in Integration Service, a tool to bridge communication between different protocols. However, we currently do not have a system handle for protobuf, so you'd need to do some coding. Regarding data visualization, both webots and and PlotJuggler (through the Fast DDS Visualizer Plugin) support Fast DDS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Foxglove is a very nice alternative to rviz2. Chief among its benefits is there's no dependency on the ros ecosystem, so as long as you have Topics and data is some predefined format , it can visualize it in some pretty good ways.
Unfortunately their mcap format does not support Fast-CDR's IDL, but they do support protobuf. I am trying to bridge the best of both worlds, where I can use Fast-DDS with eprosima fast buffers, but somehow either in an offline or background process, log message data to protobuf for consumption in Foxglove.
Beta Was this translation helpful? Give feedback.
All reactions