Skip to content

Commit

Permalink
Remove unused robot_description parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 16, 2024
1 parent ceed8cf commit 4776c95
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 4776c95

Please sign in to comment.