Browse Source

msg: vehicle_local_position_setpoint: add yawspeed as a state you can control

sbg
Matthias Grob 7 years ago committed by Beat Küng
parent
commit
919d0d6483
  1. 1
      msg/vehicle_local_position_setpoint.msg

1
msg/vehicle_local_position_setpoint.msg

@ -5,6 +5,7 @@ float32 x # in meters NED @@ -5,6 +5,7 @@ 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

Loading…
Cancel
Save