open-rmf / free_fleet

A free fleet management system.
Apache License 2.0
156 stars 65 forks source link

Make robot interaction reactive #102

Open aaronchongth opened 3 years ago

aaronchongth commented 3 years ago

Feature request

Description

The develop branch's Manager currently discovers and interacts with each robot in a polling manner. Following the effort of making free_fleet more reactive, this feature should introduce a RobotHandle that has been suggested in the PR comment.

Implementation considerations

This was briefly discussed in the develop branch, https://github.com/open-rmf/free_fleet/pull/76#discussion_r604626570

Alternatives

Additional information