inorbit-ai / ros_amr_interop

BSD 3-Clause "New" or "Revised" License
80 stars 27 forks source link

Add a watchdog for re-parsing configuration file on configuration file changes #13

Open leandropineda opened 3 years ago

leandropineda commented 3 years ago

This involves re-registering callbacks if needed and sending a new identity report to avoid restarting the node.

adamantivm commented 3 years ago

I would suggest researching if ROS2 doesn't already provide a mechanism similar to what was dynamic_reconfigure in ROS 1 to handle this automatically