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
uint64timestamp# time since system start (microseconds)
# Topic to test individual actuator output functions
uint8ACTION_RELEASE_CONTROL=0# exit test mode for the given function
uint8ACTION_DO_CONTROL=1# enable actuator test mode
uint8FUNCTION_MOTOR1=101uint8MAX_NUM_MOTORS=12uint8FUNCTION_SERVO1=201uint8MAX_NUM_SERVOS=8uint8action# one of ACTION_*
uint16function# actuator output function
float32value# range: [-1, 1], where 1 means maximum positive output,
# 0 to center servos or minimum motor thrust,
# -1maximumnegative (ifnotsupportedbythemotors, <0mapstoNaN),
# and NaN maps to disarmed (stop the motors)
uint32timeout_ms# timeout in ms after which to exit test mode (if 0, do not time out)
uint8ORB_QUEUE_LENGTH=16 # >= MAX_NUM_MOTORStosupportcodeinesc_calibration