mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
Add documenation to uORB message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user