Skip to content

Commit

Permalink
Use robot_description from topic
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 16, 2024
1 parent 8149393 commit 5ecaac4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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,10 @@ def generate_launch_description():
control_node = Node(
package="controller_manager",
executable="ros2_control_node",
parameters=[robot_description, robot_controllers],
parameters=[robot_controllers],
remappings=[
("~/robot_description", "/robot_description"),
],
)
robot_state_pub_node = Node(
package="robot_state_publisher",
Expand Down

0 comments on commit 5ecaac4

Please sign in to comment.