How to give the waypoints using a yaml file for autonomy? #4861
-
Hello, I am trying to navigate my mobile base using a custom behavior tree. For the moment I am using "Navigate to pose with replanning and recovery BT" till I debug the following issue. In the nav2_params.yaml file I gave the location of this BT by Below is the launch file (I extracted from bringup_launch.py in nav2_bringup and modified)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What is "locations_file"? That's not a launch argument of |
Beta Was this translation helpful? Give feedback.
You would need to create your own
navigation_launch.py
that would accept it and pass it onto the appropriate server which will read that parameter, file, and finally execute your task.