Skip to content
Snippets Groups Projects
Commit 919d0d64 authored by Matthias Grob's avatar Matthias Grob Committed by Beat Küng
Browse files

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

parent 2dd61f71
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment