Closed slowrunner closed 1 year ago
I see you previously filed on robotics stack exchange. People do not crosspost.
I posted on robotics stack exchange when I thought it was my inexperience with the package. Then I found the exact command I was using in the nav2 package documentation, which led me to believe this is a defect, not my lack of knowledge, thus "People do not cross post", unless further evidence suggests this is the correct place for this issue. I have removed the post from stack.
Bug report: navigation_launch.py does not use params_file passed on command line
Steps to reproduce issue
I want to lower some velocities by passing a local my_nav2_params.yaml file, which is a modified copy of /opt/ros/humble/share/nav2_bringup/params/nav2_params.yaml.
This does not do the trick as documented in the nav2 docs:
The docs suggest this is the correct command
Expected behavior
Actual behavior
Additional information
I do not want to edit the default nav2_params.yaml, nor put my_nav2_params.yaml in /opt/ros/humble/share... I want to use the my_nav2_params.yaml file in my ~/ros2ws/