You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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
fromFleetY
, towaypointZ
), this is not possible with the current task formSince 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.The text was updated successfully, but these errors were encountered: