ros2_data_collection
ros2_data_collection copied to clipboard
Be able to collect all ROS topics
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:
- 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
- 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.