Handling

All actions

Name

Description

pause

Pause/Resume the script execution.

soft_stop

Stop executing the script and keep current velocities.

start

Start executing the script.

stop

Stop executing the script and reset velocities.

All parameters

Name

Description

Expected type

Read-only

current_step_index

The index of the current step (read-only). The first being zero.

integer

Y

force_d_gain

The derivative gain of the PID for the forces.

floating-point number

N

force_p_gain

The proportional gain of the PID for the forces.

floating-point number

N

invalid_step_index

A value of -1 indicates that the execution was successful, otherwise the value corresponds to the index of the step that failed a test (read-only).

integer

Y

loop

If true, the script will be repeated in a loop.

boolean

N

script

The script as a series of steps in JSON format.

string

N

torque_d_gain

The derivative gain of the PID for the torques.

floating-point number

N

torque_p_gain

The proportional gain of the PID for the torques.

floating-point number

N