PX4-Autopilot/msg/vehicle_local_position_setpoint.msg
2018-04-05 07:30:12 +02:00

18 lines
538 B
Plaintext

# Local position setpoint in NED frame
# setting something to NaN means the state should not be controlled
float32 x # in meters NED
float32 y # in meters NED
float32 z # in meters NED
float32 yaw # in radians NED -PI..+PI
float32 yawspeed# in radians/sec
float32 vx # in meters/sec
float32 vy # in meters/sec
float32 vz # in meters/sec
float32 acc_x # in meters/(sec*sec)
float32 acc_y # in meters/(sec*sec)
float32 acc_z # in meters/(sec*sec)
float32 thr_x # normalized
float32 thr_y # normalized
float32 thr_z # normalized