Skip to content

Commit

Permalink
fix: modify dual_ekf_navsat_example.launch file to remap the correct …
Browse files Browse the repository at this point in the history
…imu topic (#857)
  • Loading branch information
joeldushouyu authored Jan 8, 2024
1 parent ac9c5f1 commit 1909ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/dual_ekf_navsat_example.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def generate_launch_description():
name='navsat_transform',
output='screen',
parameters=[parameters_file_path],
remappings=[('imu/data', 'imu/data'),
remappings=[('imu', 'imu/data'),
('gps/fix', 'gps/fix'),
('gps/filtered', 'gps/filtered'),
('odometry/gps', 'odometry/gps'),
Expand Down

0 comments on commit 1909ef1

Please sign in to comment.