Apollo 10.0
自动驾驶开放平台
|
This package is responsible for receiving the native radar input and parsing it to send it to the perception package for subsequent processing.
apollo::drivers::conti_radar::ContiRadarCanbusComponent
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.
Name | Type | Description |
---|---|---|
msg | apollo::drivers::conti_radar::ContiRadar | Parsed radar data |
topic name: /apollo/sensor/conti_radar channel ID: CHANNEL_ID_ONE proto file: modules/drivers/proto/conti_radar.proto
file path | type / struct | Description |
---|---|---|
modules/drivers/radar/conti_radar/conf/conti_radar_conf.pb.txt | apollo::drivers::conti_radar::ContiRadarConf | conti radar config |
apollo::drivers::radar::OculiiRadarComponent
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.
Name | Type | Description |
---|---|---|
msg | apollo::drivers::radar::OculiiPointCloud | 4d radar pointcloud |
topic name: /apollo/sensor/oculii/PointCloud2 channel ID: CHANNEL_ID_ONE
file path | type / struct | Description |
---|---|---|
modules/drivers/radar/oculii_radar/conf/oculii_radar_conf.pb.txt | apollo::drivers::oculii_radar::OculiiRadarConf | oculii radar config |
apollo::drivers::racobit_radar::RacobitRadar
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.
Name | Type | Description |
---|---|---|
msg | apollo::drivers::racobit_radar::RacobitRadar | Parsed radar data |
topic name: /apollo/sensor/racobit_radar channel ID: CHANNEL_ID_ONE proto file: modules/drivers/proto/racobit_radar.proto
file path | type / struct | Description |
---|---|---|
modules/drivers/radar/racobit_radar/conf/oracobit_radar_conf.pb.txt | apollo::drivers::racobit_radar::RacobitRadarConf | racobit radar config |
apollo::drivers::ultrasonic_radar::UltrasonicRadarCanbusComponent
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.
Name | Type | Description |
---|---|---|
msg | apollo::drivers::ultrasonic_radar::Ultrasonic | Parsed radar data |
file path | type / struct | Description |
---|---|---|
modules/drivers/radar/ultrasonic_radar/conf/ultrasonic_radar_conf.pb.txt | apollo::drivers::ultrasonic_radar::UltrasonicRadarConf | ultrasonic radar config |
topic name: /apollo/sensor/ultrasonic_radar channel ID: CHANNEL_ID_ONE
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。