File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,8 @@ definitions:
122
122
desc : >
123
123
Data from the Inertial Measurement Unit, containing accelerometer and
124
124
gyroscope readings compensated for estimated errors and constant
125
- physical effects. The output is valid for the center of navigation.
125
+ physical effects. The output is valid for inertially referenced center
126
+ of navigation (IMU body frame) represented in vehicle body frame.
126
127
fields :
127
128
- time :
128
129
type : u64
@@ -165,13 +166,13 @@ definitions:
165
166
desc : Compensated acceleration Z axis
166
167
- gyr_comp_x :
167
168
type : s32
168
- units : 3* 1e-6 deg/s
169
+ units : 1e-6 deg/s
169
170
desc : Compensated angular rate X axis
170
171
- gyr_comp_y :
171
172
type : s32
172
- units : 3* 1e-6 deg/s
173
+ units : 1e-6 deg/s
173
174
desc : Compensated angular rate Y axis
174
175
- gyr_comp_z :
175
176
type : s32
176
- units : 3* 1e-6 deg/s
177
+ units : 1e-6 deg/s
177
178
desc : Compensated angular rate Z axis
You can’t perform that action at this time.
0 commit comments