ros2_data_collection icon indicating copy to clipboard operation
ros2_data_collection copied to clipboard

Be able to collect all ROS topics

Open Minipada opened this issue 2 years ago • 0 comments
trafficstars

This comes as a demand from the company Lulav Space.

In some situation, it would make sense to collect everything and dump it to a unique destination.

We would need to do it in 2 steps:

  1. Write a universal subscriber in the Fluent Bit plugin. It is possible to create a universal subscriber, ROSbag and PlotJuggler are doing it. Maybe the plugin would need to be moved from C to C++, the dependency to StringStamped also could be removed dynamically
  2. Edit the bringup to only starts the destination server

In this case, we would not need the node neither, we could simply load the fluent bit plugin in fluent bit and that's it.

Minipada avatar Jun 05 '23 08:06 Minipada