mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Attitude: Remove redundant timestamp
This commit is contained in:
parent
56b2fd0257
commit
affefcc75e
@ -1,5 +1,4 @@
|
||||
# This is similar to the mavlink message ATTITUDE, but for onboard use */
|
||||
uint64 timestamp # in microseconds since system start
|
||||
# This is similar to the mavlink message ATTITUDE, but for onboard use
|
||||
float32 rollspeed # Angular velocity about body north axis (x) in rad/s
|
||||
float32 pitchspeed # Angular velocity about body east axis (y) in rad/s
|
||||
float32 yawspeed # Angular velocity about body down axis (z) in rad/s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user