Skip to content

SiChiTong/Rickshaw_autonomous_driving_src

 
 

Repository files navigation

Automated Driving /src/

/src/ directory of catkin_ws for Roboys' automated driving project. It consists of a conglomeration of code enabling us to achieve our next goal of Roboy riding his rickshaw from the subway station to UTUM. This ranges from from sensor setup for environmental perception to mapping, navigation and finally control output. For more information, visit Roboy.org.

To build, follow the instructions below or create a Docker as described here.

Clone

Clone this repository to your catkin workspace's source directory by running the following command (notice the dot in the end!).

git clone https://github.com/Roboy/autonomous_driving_src.git .

ToDo

Install Packages

To simply install all packages listed below run

sudo ./package_requirements.sh

Prepare Git Submodules

git submodule init
git submodule update

Build

After you completed all of the above steps, run

catkin build roboy_ad

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.2%
  • CMake 29.7%
  • Shell 2.1%