osrf / rmf_core

Provides the centralized functions of RMF: scheduling, etc.
Apache License 2.0
102 stars 41 forks source link

Rework Traffic Light API #176

Closed mxgrey closed 4 years ago

mxgrey commented 4 years ago

This PR introduces a rework of a traffic light API and provides a simple mock up of a "traffic light fleet manager" that can be used to test the traffic light fleet adapter in simulation.

Simulation results revealed that modifications were needed to the traffic light API in order to accommodate a more robust implementation. The implementation has not been finished yet, but this PR allows the reworked API to make it into RMF release 1.1.0. The implementation will be fixed in release 1.1.1 and the API will remain the same for that release.