Skip to content

Arena-Rosnav/dragon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRAGON

DRAGON is ROS navigation approach created by Autonomous Mobile Robot Lab at University of Virginia.
This repository extends the original work by integrating it into arena-rosnav.
For original work refer here.

Installation

Activate poetry shell

cd ~/catkin_ws/src/arena-rosnav # Navigate to your arena-bench location
poetry shell

Make sure to source the workspace environment

cd ../.. # navigate to the catkin_ws directory
catkin_make
source devel/setup.zsh # if you use bash: source devel/setup.bash 

Usage

This planner can be chosen using the local_planner argument like so:

roslaunch arena_bringup start_arena.launch local_planner:=dragon # Make sure that your virtual env/poetry is activated

For more details regarding usage, please refer to our documentation