Skip to content

Commit

Permalink
Remove tf_prefix from ur_control.launch.py
Browse files Browse the repository at this point in the history
This is now part of ur_rsp.launch.py
  • Loading branch information
fmauch authored and VinDp committed Jun 17, 2024
1 parent 557b57e commit a816577
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ur_robot_driver/launch/ur_control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,6 @@ def generate_launch_description():
"publishes the description topic.",
)
)
declared_arguments.append(
DeclareLaunchArgument(
"tf_prefix",
default_value="",
description="tf_prefix of the joint names, useful for "
"multi-robot setup. If changed, also joint names in the controllers' configuration "
"have to be updated.",
)
)
declared_arguments.append(
DeclareLaunchArgument(
"use_mock_hardware",
Expand Down

0 comments on commit a816577

Please sign in to comment.