Skip to content

This repository provides waypoint navigation mainly for the Tsukuba Challenge.

Notifications You must be signed in to change notification settings

KBKN-Autonomous-Robotics-Lab/orange_navigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orange_navigation

This repository provides ROS packages to support waypoint navigation and a Python project for editing waypoints, mainly for Tsukuba Challenge.

Setup

  1. Clone this repository into src directory of ROS workspace
  2. Install waypoint_navigation package dependencies
$ rosdep install -r -y -i --from-paths .
$ catkin build
  1. Create environment for waypoint_manager
$ cd waypoint_manager
$ python3 -m venv venv
$ source venv/bin/active
(venv) $ pip install -r requirements.txt
(venv) $ deactivate
  1. With ubuntu, it is recommended to register for alias
$ echo "alias waypoint_manager='path/to/orange_navigation/waypoint_manager/run_app.sh'" >> ~/.bashrc

Documentaion

About

This repository provides waypoint navigation mainly for the Tsukuba Challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published