TRAIL is a DRL-VO navigation approach created at Temple University with the BARN challenge in mind.
This repository contains the TRAIL policy modified to function within arena-rosnav platform.
Original repository can be found here
cd ~/catkin_ws/src/arena-rosnav # Navigate to your arena-bench location
poetry shell
cd ../.. # navigate to the catkin_ws directory
catkin_make
source devel/setup.zsh # if you use bash: source devel/setup.bash
roslaunch arena_bringup start_arena.launch local_planner:=trail # Make sure that your virtual env/poetry is activated