Skip to content

Commit

Permalink
Moved tf to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Aug 4, 2023
1 parent 3cc8b98 commit 544f239
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions angler_bringup/launch/bluerov2_heavy_alpha.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,24 +351,6 @@ def generate_launch_description() -> LaunchDescription:
)
),
),
Node(
package="tf2_ros",
executable="static_transform_publisher",
name="base_link_to_base_footprint",
arguments=[
"--x",
"-0.0",
"--y",
"0.0",
"--z",
"0.0",
"--frame-id",
["base_link"],
"--child-frame-id",
["base_footprint"],
],
output="screen",
),
]

includes = [
Expand Down

0 comments on commit 544f239

Please sign in to comment.