Skip to main content

Continue operation

caution

To use any action you need first to connect to the server. Please refer to the connect action to see how to connect to the socket.

This action will send a continue operation command. If the drone is in a different mode than the nominal mission, the continue operation will switch the drone to the original mission mode and will continue the mission from the current position.

"/action/continue_operation"

Body

rigiId: serial number of the drone/simulator
tip

The rigiId (serial Number) can be obtained from the Rest api. You can list all the drones with the /drones endpoint and get the serial number from there.

Response

caution

There is no direct response from the action. Any feedback from the drone will be sent as a status_message

Example

socket.emit("/action/continue_operation", { rigiId: "SIM_223" });