Skip to content

Commit

Permalink
vehicle_imu.msg add units in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jun 25, 2018
1 parent 1ab7627 commit e06ddea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msg/vehicle_imu.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

uint16 delta_angle_dt # gyroscope measurement sampling period in us
float32[3] delta_angle # integration of the gyroscope measurements in the XYZ body frame
float32[3] delta_angle # integration of the gyroscope measurements in the XYZ body frame in radians

uint16 delta_velocity_dt # accelerometer measurement sampling period in us
float32[3] delta_velocity # integration of the accelerometer measurements in the XYZ body frame
float32[3] delta_velocity # integration of the accelerometer measurements in the XYZ body frame in m/s

0 comments on commit e06ddea

Please sign in to comment.