Back to Apollo

drivers-conti-radar

modules/drivers/radar/README.md

11.0.05.9 KB
Original Source

drivers-conti-radar

Introduction

This package is responsible for receiving the native radar input and parsing it to send it to the perception package for subsequent processing.

Directory Structure

shell
modules/drivers/radar/
├── conti_radar/
├── oculii_radar/
├── racobit_radar/
├── ultrasonic_radar/

Modules

ContiRadarCanbusComponent

apollo::drivers::conti_radar::ContiRadarCanbusComponent

Input

The package will first send commands to the can card to configure the radar according to the configuration file. When the received radar status information is consistent with the user configuration information, only then it starts to parse the data received from the can and send the message.

Output

NameTypeDescription
msgapollo::drivers::conti_radar::ContiRadarParsed radar data

Topic

topic name: /apollo/sensor/conti_radar channel ID: CHANNEL_ID_ONE proto file: modules/drivers/proto/conti_radar.proto

configs

file pathtype / structDescription
modules/drivers/radar/conti_radar/conf/conti_radar_conf.pb.txtapollo::drivers::conti_radar::ContiRadarConfconti radar config

How to Launch

bash
cyber_launch start modules/drivers/radar/conti_radar/launch/conti_radar.launch

OculiiRadarComponent

apollo::drivers::radar::OculiiRadarComponent

Input

The package will first send commands to the can card to configure the radar according to the configuration file. When the received radar status information is consistent with the user configuration information, only then it starts to parse the data received from the udp socket and send the message.

Output

NameTypeDescription
msgapollo::drivers::radar::OculiiPointCloud4d radar pointcloud

Topic

topic name: /apollo/sensor/oculii/PointCloud2 channel ID: CHANNEL_ID_ONE

configs

file pathtype / structDescription
modules/drivers/radar/oculii_radar/conf/oculii_radar_conf.pb.txtapollo::drivers::oculii_radar::OculiiRadarConfoculii radar config

How to Launch

bash
cyber_launch start modules/drivers/radar/oculii_radar/launch/oculii_radar.launch

RacobitRadarCanbusComponent

apollo::drivers::racobit_radar::RacobitRadar

Input

The package will first send commands to the can card to configure the radar according to the configuration file. When the received radar status information is consistent with the user configuration information, only then it starts to parse the data received from the can and send the message.

Output

NameTypeDescription
msgapollo::drivers::racobit_radar::RacobitRadarParsed radar data

Topic

topic name: /apollo/sensor/racobit_radar channel ID: CHANNEL_ID_ONE proto file: modules/drivers/proto/racobit_radar.proto

configs

file pathtype / structDescription
modules/drivers/radar/racobit_radar/conf/oracobit_radar_conf.pb.txtapollo::drivers::racobit_radar::RacobitRadarConfracobit radar config

How to Launch

bash
cyber_launch start modules/drivers/radar/racobit_radar/launch/racobit_radar.launch

UltrasonicRadarCanbusComponent

apollo::drivers::ultrasonic_radar::UltrasonicRadarCanbusComponent

Input

The package will first send commands to the can card to configure the radar according to the configuration file. When the received radar status information is consistent with the user configuration information, only then it starts to parse the data received from the can and send the message.

Output

NameTypeDescription
msgapollo::drivers::ultrasonic_radar::UltrasonicParsed radar data

configs

file pathtype / structDescription
modules/drivers/radar/ultrasonic_radar/conf/ultrasonic_radar_conf.pb.txtapollo::drivers::ultrasonic_radar::UltrasonicRadarConfultrasonic radar config

Topic

topic name: /apollo/sensor/ultrasonic_radar channel ID: CHANNEL_ID_ONE

How to Launch

bash
cyber_launch start modules/drivers/radar/ultrasonic_radar/launch/ultrasonic_radar.launch