Skip to content

Autonomous vehicle code written with CPP, using ONNX model to recognize signs.

Notifications You must be signed in to change notification settings

seyyitgenc/cpp-autonomous-vehicle

Repository files navigation

AUTONOMOUS CAR WITH CPP

This application developed on top of raspberry pi os 64 bit environment on raspberry pi 5 with camera module v3

BUILD

Dependencies: OpenCV ONNXRuntime LCCV

DEBIAN

NOTE-1: You can specify your generator. NOTE-2: YOU MUST CLONE THIS REPO RECURSIVELY.

    sudo apt install build-essential cmake git libcamera-dev libopencv-dev
    
    git clone https://github.com/seyyitgenc/cpp-autonomous-vehicle.git --recursive
    bash build.sh
    bash run.sh

For traffic sign recognition

For lane following code

For onnxruntime

For LCCV

About

Autonomous vehicle code written with CPP, using ONNX model to recognize signs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published