Skip to content

Commit

Permalink
Update src/integration_fleets_tutorial_cpp.md
Browse files Browse the repository at this point in the history
Co-authored-by: Xiyu <[email protected]>
Signed-off-by: Dev Manek <[email protected]>
Signed-off-by: Dev Manek <[email protected]>
  • Loading branch information
thedevmanek and xiyuoh committed Nov 28, 2022
1 parent 695a644 commit c707a3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/integration_fleets_tutorial_cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ The `Adapter` class helps you to communicate your fleet with other core RMF syst

## [FleetUpdateHandle](https://github.com/open-rmf/rmf_ros2/blob/main/rmf_fleet_adapter/include/rmf_fleet_adapter/agv/FleetUpdateHandle.hpp)

> Currently there is no support for deleting the robot.


The `FleetUpdateHandle` works as handler between the fleet adapter and RMF. It tells RMF what are the tasks, requests and actions that the fleet can accept. Users can use the `FleetUpdateHandle` to register their robots to the fleet using `add_robot`, as well as add task capabilities (e.g. delivery, patrol, cleaning) and performable actions so that RMF can delegate them to the appropriate fleets accordingly. More information can be found in the API documentation.
Expand Down

0 comments on commit c707a3f

Please sign in to comment.