Skip to content

YoungCapta1n/mmWaveRadar

Repository files navigation

C++ driver for Continental ARS408/404 Radar

This is a C++ driver for Continental ARS 408-21 (ARS404-21/SRR308) automotive radar. The code is tested on Raspberry Pi 4B and X86 Linux.

大陆 ARS 408-21 (ARS404-21/SRR308) 毫米波雷达的C++驱动

Install and Build

  1. Make sure the CANBus hardware and its driver is successfully installed.

  2. Make sure the mmWaveRadar is powered, and CANBus channels (CAN-H, CAN-L) are connected to each other.

  3. clone this repo.

git clone https://github.com/YoungCapta1n/mmWaveRadar.git
  1. Create build directory and change directory

    cd mmWaveRadar
    mkdir build
    cd build
  2. Compile examples

    cmake ..
    make

Bug reports and support

Please report any issues via the Github issue tracker. All types of issues are welcome including bug reports, documentation typos, feature requests and so on.