ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I actually solved it by myself: Just put the path/filename to the parameters.
launch_ros.actions.Node(
package='nav2_planner',
executable='planner_server',
name='planner_server',
output='screen',
parameters=['~/path_planner_params.yaml']),