Skip to content

Commit

Permalink
Remove map-to-odom coordinate frame transforms because they shouldn't…
Browse files Browse the repository at this point in the history
… exist here.
  • Loading branch information
TheNopenator committed Oct 27, 2024
1 parent d6a715f commit d359612
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions urc_bringup/launch/bringup_simulation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,22 +161,6 @@ def generate_launch_description():
],
)

map_to_odom_transform_node = Node(
package="tf2_ros",
executable="static_transform_publisher",
arguments=["10", "10", "0", "0", "0", "0", "map", "odom"],
)

map_to_odom_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(
pkg_urc_test,
"launch",
"odom_to_map_pose.launch.py",
)
)
)

return LaunchDescription(
[
RegisterEventHandler(
Expand All @@ -186,7 +170,6 @@ def generate_launch_description():
load_joint_state_broadcaster,
load_drivetrain_controller,
teleop_launch,
map_to_odom_launch,
],
)
),
Expand All @@ -210,6 +193,5 @@ def generate_launch_description():
gazebo,
load_robot_state_publisher,
spawn_robot,
map_to_odom_transform_node,
]
)

0 comments on commit d359612

Please sign in to comment.