open-rmf / rmf_ros2

Internal ROS infrastructure for RMF
Apache License 2.0
74 stars 60 forks source link

Add reassign task allocation API #348

Closed xiyuoh closed 6 months ago

xiyuoh commented 6 months ago

This PR exposes the reassign_dispatched_tasks API to be usable from fleet adapter implementations. This allows users to request for a replan of task allocation at runtime in scenarios, especially in scenarios where a robot may be stuck on a task longer than expected with a queued task.

xiyuoh commented 6 months ago

Thanks for the review @mxgrey , comments are addressed in 7a1b24c