You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
196 B
8 lines
196 B
10 years ago
|
# Local position in NED frame
|
||
|
|
||
|
uint64 timestamp # timestamp of the setpoint
|
||
|
float32 x # in meters NED
|
||
|
float32 y # in meters NED
|
||
|
float32 z # in meters NED
|
||
|
float32 yaw # in radians NED -PI..+PI
|