Files
PX4-Autopilot/docs/en/msg_docs/VehicleThrustSetpoint.md
PX4BuildBot 692d624670 docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
2026-07-02 13:12:44 +00:00

2.0 KiB

pageClass
pageClass
is-wide-page

VehicleThrustSetpoint (UORB message)

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

Name Type Unit [Frame] Range/Enum Description
timestamp uint64 us Time since system start
timestamp_sample uint64 us Timestamp of the data sample on which this message is based
xyz float32[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

# 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

:::