Skip to content

Commit

Permalink
multi: renamed generic imu types to component sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdangio committed Mar 6, 2021
1 parent a7c9605 commit 39c9f79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ add_message_files(
gnss_fix.msg
gnss_position.msg
gnss_track.msg
acceleration.msg
angular_velocity.msg
accelerometer.msg
gyroscope.msg
magnetic_field.msg
temperature.msg
covariance.msg
Expand Down
2 changes: 1 addition & 1 deletion msg/acceleration.msg → msg/accelerometer.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# A 3D measurement of linear acceleration.
# A 3D measurement of linear acceleration from an 3-axis accelerometer.

float64 x # The linear acceleration in the X direction [m/s^2]
float64 y # The linear acceleration in the Y direction [m/s^2]
Expand Down
File renamed without changes.

0 comments on commit 39c9f79

Please sign in to comment.