Skip to content

Commit

Permalink
Use new IMU's frame id (#19)
Browse files Browse the repository at this point in the history
Use new IMUs'  `frame_id`

Based on the updated car description URDF (2.0.0)
  • Loading branch information
hect95 authored Nov 11, 2024
1 parent 51668c8 commit 5b90d81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions av_imu_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package av_imu_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Use new IMU's frame id
- Based on the updated car description URDF (2.0.0)

* Contributors: Hector Cruz

2.0.0 (2024-10-23)
------------------
* Add rear imu to launch
Expand Down
2 changes: 1 addition & 1 deletion av_imu_launch/config/gx5_15_front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use_enu_frame : True

# Configure some frame IDs
frame_id : 'imu_fsp_r_mount' # Frame ID of all of the filter messages. Represents the location of the CV7-INS in the tf tree
frame_id : 'imu_fsp_r_sensor' # Frame ID of all of the filter messages. Represents the location of the CV7-INS in the tf tree

# Disable the transform from the mount to frame id transform as it will be handled in the launch file
publish_mount_to_frame_id_transform : False
Expand Down
2 changes: 1 addition & 1 deletion av_imu_launch/config/gx5_15_rear.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use_enu_frame : True

# Configure some frame IDs
frame_id : 'imu_rear_mount' # Frame ID of all of the filter messages. Represents the location of the CV7-INS in the tf tree
frame_id : 'imu_rear_sensor' # Frame ID of all of the filter messages. Represents the location of the CV7-INS in the tf tree

# Disable the transform from the mount to frame id transform as it will be handled in the launch file
publish_mount_to_frame_id_transform : False
Expand Down

0 comments on commit 5b90d81

Please sign in to comment.