We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is to track the remaining TODOs for migrating to the new task system.
Implement database for saving the state of fleet adapters, perhaps using sqlite3:
Make rmf_fleet_adapter_python bindings for the new API: @youliangtan
rmf_fleet_adapter_python
rmf_fleet_adapter::agv::FleetUpdateHandle::Confirmation
rmf_fleet_adapter::agv::FleetUpdateHandle::consider_delivery_requests()
rmf_fleet_adapter::agv::FleetUpdateHandle::consider_cleaning_requests()
rmf_fleet_adapter::agv::FleetUpdateHandle::consider_patrol_requests()
rmf_fleet_adapter::agv::FleetUpdateHandle::consider_composed_requests()
GetTaskList service has been removed as task state publishing is distributed now, not centralized:
GetTaskList
simple_api_server
rmf_demos_panel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is to track the remaining TODOs for migrating to the new task system.
Implement database for saving the state of fleet adapters, perhaps using sqlite3:
Make
rmf_fleet_adapter_python
bindings for the new API: @youliangtanrmf_fleet_adapter::agv::FleetUpdateHandle::Confirmation
rmf_fleet_adapter::agv::FleetUpdateHandle::consider_delivery_requests()
rmf_fleet_adapter::agv::FleetUpdateHandle::consider_cleaning_requests()
rmf_fleet_adapter::agv::FleetUpdateHandle::consider_patrol_requests()
rmf_fleet_adapter::agv::FleetUpdateHandle::consider_composed_requests()
Investigate custom task implementations in PythonThis will not be in 22.01; leaving as future workGetTaskList
service has been removed as task state publishing is distributed now, not centralized:simple_api_server
rmf_demos_panel
The text was updated successfully, but these errors were encountered: