Skip to content

Commit

Permalink
Remove robot_description parameter from ros2_control node
Browse files Browse the repository at this point in the history
It now uses the description topic from the robot_state_publisher automatically.
  • Loading branch information
fmauch authored and VinDp committed Mar 18, 2024
1 parent e119ee1 commit 6ac537a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ur_robot_driver/launch/ur_control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def launch_setup(context, *args, **kwargs):
package="controller_manager",
executable="ros2_control_node",
parameters=[
robot_description,

This comment has been minimized.

Copy link
@MatthijsBurgh

MatthijsBurgh Mar 22, 2024

Contributor

Now the controller_manager is listening for the robot_description on /controller_manager/robot_description, while it is published on /robot_description.

This comment has been minimized.

Copy link
@MatthijsBurgh

MatthijsBurgh Mar 22, 2024

Contributor

This only works with controller_manager>=4.6.0, see ros-controls/ros2_control@dbfe9ea

update_rate_config_file,
ParameterFile(initial_joint_controllers, allow_substs=True),
],
Expand Down

0 comments on commit 6ac537a

Please sign in to comment.