Skip to content

载具推力设定点(UORB 消息)

Vehicle thrust setpoint.

This is the thrust setpoint provided by the controller and fed into the control allocator.

TOPICS: vehicle_thrust_setpoint vehicle_thrust_setpoint_virtual_fw vehicle_thrust_setpoint_virtual_mc

Fields

参数名类型Unit [Frame]Range/Enum描述
timestampuint64usTime since system start
timestamp_sampleuint64usTimestamp of the data sample on which this message is based
xyzfloat32[3][-1 : 1]Thrust setpoint along X, Y, Z body axis. If set to NAN the motors affecting this axis are stopped.

Source Message

Source file (GitHub)

Details

Click here to see original file

c
# Vehicle thrust setpoint
#
# This is the thrust setpoint provided by the controller and fed into the control allocator.

uint64 timestamp        # [us] Time since system start
uint64 timestamp_sample # [us] Timestamp of the data sample on which this message is based

float32[3] xyz          # [-] [@range -1, 1] Thrust setpoint along X, Y, Z body axis. If set to NAN the motors affecting this axis are stopped.

# TOPICS vehicle_thrust_setpoint
# TOPICS vehicle_thrust_setpoint_virtual_fw vehicle_thrust_setpoint_virtual_mc