fix launch for humble
This commit is contained in:
parent
934d1ec649
commit
a17b9448c3
|
@ -37,6 +37,9 @@ def generate_launch_description():
|
||||||
executable="ros2_control_node",
|
executable="ros2_control_node",
|
||||||
parameters=[robot_controllers],
|
parameters=[robot_controllers],
|
||||||
output="both",
|
output="both",
|
||||||
|
remappings=[
|
||||||
|
("~/robot_description", "/robot_description"),
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
robot_state_publisher = Node(
|
robot_state_publisher = Node(
|
||||||
|
|
Loading…
Reference in New Issue