Skip to content

Commit

Permalink
ardupilot_ros: remove remaps from cartographer launch
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-fuoco committed Sep 4, 2023
1 parent ca804c8 commit 1431cf7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions launch/cartographer.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ def generate_launch_description():
"-configuration_basename",
"cartographer.lua",
],
remappings=[
("/scan", "/laser/scan"),
("/tf", "/ap/tf"),
("/tf_static", "/ap/tf_static"),
],
output="screen",
)

Expand Down Expand Up @@ -57,10 +52,6 @@ def generate_launch_description():
),
],
condition=IfCondition(LaunchConfiguration("rviz")),
remappings=[
("/tf", "/ap/tf"),
("/tf_static", "/ap/tf_static"),
],
)

return LaunchDescription(
Expand Down

0 comments on commit 1431cf7

Please sign in to comment.