Skip to content

Commit

Permalink
remap tf published by ndt_matching (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
saina-ramyar authored Oct 4, 2024
1 parent 0ddc9dd commit de6c43e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion carma/launch/localization.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def generate_launch_description():
("/imu_raw", [ EnvironmentVariable('CARMA_INTR_NS', default_value=''), "/imu_raw" ] ),
('filtered_points', 'random_points'),
('initialpose','managed_initialpose'),
('/tf', '/tf_ndt_UNUSED'), #renaming /tf to avoid duplocation. Main /tf is published by ekf_localizer
],
parameters=[
ndt_matching_param_file,
Expand Down Expand Up @@ -391,4 +392,4 @@ def generate_launch_description():
ndt_matching_container,
ekf_localizer_container,
subsystem_controller
])
])

0 comments on commit de6c43e

Please sign in to comment.