diff --git a/ur_robot_driver/launch/ur_control.launch.py b/ur_robot_driver/launch/ur_control.launch.py index 923abfd0..7b108f20 100644 --- a/ur_robot_driver/launch/ur_control.launch.py +++ b/ur_robot_driver/launch/ur_control.launch.py @@ -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",