-
Could you please tell me how to gracefully remove and add robots from RMF without restarting it? For example, I may encounter situations where robots are manually turned off or experience failures, causing them to go offline. I want to remove the offline robots from RMF and add them back when they come online again. I have already seen the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
We call this "commissioning", and it was added in this PR: open-rmf/rmf_ros2#338 The Python API for the feature can be found here, and the json schema for the web API can be found here. |
Beta Was this translation helpful? Give feedback.
We call this "commissioning", and it was added in this PR: open-rmf/rmf_ros2#338
The Python API for the feature can be found here, and the json schema for the web API can be found here.