mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
Attitude: Remove redundant timestamp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user