Skip to content

KomasaQi/compass_nav_pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compass Navigation Package

Author: Komasa Qi

This is the navigation and control ROS package for RO1 noetic running in Ubuntu 20.04, created by Komasa in Tsinghua University School of Vehicle and Mobility, THICV research group. This package is used for my masters thesis and HitchOpen AI Racing.

1 System Requirement

  • Ubuntu 20.04 ROS noetic (Tests has not been done in other version of Ubuntu and ROS)
  • Python 3.8

2 Package Installation

  1. Clone this repo to your catkin workspace src folder
cd ~/catkin_ws/src
git clone https://github.com/KomasaQi/compass_nav_pkg.git
cd ..
catkin_make
  1. Install dependencies
sudo apt install ros-noetic-ackermann-msgs
sudo apt install ros-noetic-ackermann-drive-msgs
  1. Source the workspace
source ~/catkin_ws/devel/setup.bash
  1. Run the package
roslaunch compass_nav_pkg nav.launch
  1. Run the package in simulation
roslaunch compass_nav_pkg compass_nav_pkg_sim.launch
  1. Run the package in real robot
roslaunch compass_nav_pkg compass_nav_pkg_real.launch

About

This is the navigation and control ROS package for RO1 noetic running in Ubuntu 20.04, created by Komasa in Tsinghua University School of Vehicle and Mobility, THICV research group. This package is used for my masters thesis and HitchOpen AI Racing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages