How to delete robot from fleet (#185)

Posted by @bizhan99:

Hello guys, I need some help from you. As we know, we can use fleet_handle.add_robot to add a robot into the fleet, but how to delete a robot from the fleet? I don’t find the method for it. Does anyone know it?Please let me know. Thanks!

Chosen answer

Answer chosen by @bizhan99 at 2022-08-15T08:40:34Z.
Answered by @Yadunund:

The feature is part of the wishlist and is ticketed here. But currently there isn’t a funding source to work on this internally. We’re happy to review PRs from contributors for adding this feature. If you would like to work on it and require guidance, we can provide some pointers on how to go about the implementation.

Posted by @Yadunund:

The feature is part of the wishlist and is ticketed here. But currently there isn’t a funding source to work on this internally. We’re happy to review PRs from contributors for adding this feature. If you would like to work on it and require guidance, we can provide some pointers on how to go about the implementation.


This is the chosen answer.