Skip to content

Commit 0e410cb

Browse files
author
Felix Exner (fexner)
authored
Remove tf_prefix from ur_control.launch.py (#1020)
This is now part of ur_rsp.launch.py
1 parent 557b57e commit 0e410cb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ur_robot_driver/launch/ur_control.launch.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,6 @@ def generate_launch_description():
280280
"publishes the description topic.",
281281
)
282282
)
283-
declared_arguments.append(
284-
DeclareLaunchArgument(
285-
"tf_prefix",
286-
default_value="",
287-
description="tf_prefix of the joint names, useful for "
288-
"multi-robot setup. If changed, also joint names in the controllers' configuration "
289-
"have to be updated.",
290-
)
291-
)
292283
declared_arguments.append(
293284
DeclareLaunchArgument(
294285
"use_mock_hardware",

0 commit comments

Comments
 (0)