BARN Challenge in ICRA 2022 as course project
implement your own navigation algorithms in run.py
- 测试导航模块
source devel/setup.sh
python3 src/scripts/run.py --gui --world_idx xxx
- 单独测试A*路径规划模块
python3 src/scripts/Astar.py
- 单独测试DWA速度规划模块(可能会发现小车到终点之后冲过头,但此模块仅为仿真,在实际gazebo中导航规划不会出现类似情况)
python3 src/scripts/DWA.py
Code references
bash src/clean.sh