Skip to content

Commit 6ac537a

Browse files
Felix ExnerVinDp
authored andcommitted
Remove robot_description parameter from ros2_control node
It now uses the description topic from the robot_state_publisher automatically.
1 parent e119ee1 commit 6ac537a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ur_robot_driver/launch/ur_control.launch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def launch_setup(context, *args, **kwargs):
242242
package="controller_manager",
243243
executable="ros2_control_node",
244244
parameters=[
245-
robot_description,
246245
update_rate_config_file,
247246
ParameterFile(initial_joint_controllers, allow_substs=True),
248247
],

0 commit comments

Comments
 (0)