mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add documenation to uORB message
This commit is contained in:
parent
36c307a39e
commit
eab88294f8
@ -3,6 +3,6 @@
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
float32[3] position
|
||||
float32 yaw
|
||||
float32 delta
|
||||
float32[3] position # local position x,y,z (metres)
|
||||
float32 yaw # yaw angle (rad)
|
||||
float32 delta # time it should take to get to this waypoint, if this is the final waypoint (seconds)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user