Skip to content

Commit

Permalink
Remove unused robot_description parameter (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 21, 2024
1 parent 1dd221a commit 1b1c2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_13/bringup/launch/three_robots.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def generate_launch_description():
control_node = Node(
package="controller_manager",
executable="ros2_control_node",
parameters=[robot_description, robot_controllers],
parameters=[robot_controllers],
)
robot_state_pub_node = Node(
package="robot_state_publisher",
Expand Down

0 comments on commit 1b1c2e5

Please sign in to comment.