open-rmf/rmf-web

[rmf-dashboard] Support for /robot_task for task form

youliangtan opened this issue · 0 comments

Using the task submission form below as an example. Currently it is not possible to dispatch a specific robot to a shared robot with the current task form (dispatch a Loop task to RobotX from FleetY, to waypointZ), this is not possible with the current task form

Screenshot from 2022-08-18 18-39-41

Since we already have the REST api /tasks/robot_task (POST method) ready in the api server, the solution is merely adding 2 input boxes on the GUI, and submit the json task to /tasks/robot_task from the client.