forked from Archive/PX4-Autopilot
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)
|
uint64 timestamp # time since system start (microseconds)
|
||||||
|
|
||||||
float32[3] position
|
float32[3] position # local position x,y,z (metres)
|
||||||
float32 yaw
|
float32 yaw # yaw angle (rad)
|
||||||
float32 delta
|
float32 delta # time it should take to get to this waypoint, if this is the final waypoint (seconds)
|
||||||
|
|
Loading…
Reference in New Issue