Skip to content

RISE-Dependable-Transport-Systems/RCCar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCCar

Implementation of an autonomous rc car based on WayWise.

Main components:

Optional components:

  • Luxonis AI stereo camera, e.g., OAK D (Lite, Pro, PoE, ...)
  • Pozyx Creator Kit for UWB indoor positioning (rudimentary support)

IMG_2485 (3)

image

MAVSDK 2.0 or newer is required and pre-built releases can be found at https://github.com/mavlink/MAVSDK/releases. To instead build MAVSDK from source, simple scripts can be found in the WayWise repository.

Installing Prerequisites (on Ubuntu 20.04/22.04) & Building

# Installing MAVSDK
sudo dpkg -i libmavsdk-dev*.deb

sudo apt install git build-essential cmake libqt5serialport5-dev libgpiod-dev
git clone --recurse-submodules [email protected]:RISE-Dependable-Transport-Systems/RCCar.git
cd RCCar
mkdir build && cd build
cmake ..
make -j4

Funded by

EU logo

This project has received funding from the European Union’s Horizon 2020 and Horizon Europe research and innovation programmes, and the Digital Europe programme under grant agreement nº 814975, nº 101095835, 101069573 and nº 101100622. The results reflect only the authors' view and the Agency is not responsible for any use that may be made of the information it contains.

About

Implementation of an autonomous rc car based on WayWise.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •