[Feature request] Add possibility to load further aggregator configurations after node was started #313
Labels
enhancement
This tackles a new feature of the code (and not a bug)
PR welcome 💞
This issue has no PR that tries to implement it. Please create one!
ros2
PR tackling a ROS2 branch
Currently the aggregator node only reads it's configuration once right after start and it is not possible to update this config later.
Our use-case: we have two independent systems with separated aggregator configs and the aggregator node is started by the first running system. If the second system is started the aggregator node on the first system should now take over the aggregator configuration from the second system.
Unfortunately running an other aggregator node on the second system leads to a toggling view in the rqt_robot_monitor GUI.
The text was updated successfully, but these errors were encountered: