|
Apollo 10.0
自动驾驶开放平台
|
This package is responsible for receiving the native camera image of smartereye device inputed from upd socket and parsing it to send it to the perception-camera-detecetion package for subsequent processing.
apollo::drivers::smartereye::SmartereyeComponent
The package will received image 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::smartereye::Image | parsed smartereye image |
msg | apollo::drivers::smartereye::SmartereyeObstacles | obstacles detected by device |
msg | apollo::drivers::smartereye::SmartereyeLanemark | lane detected by device |
| file path | type / struct | Description |
|---|---|---|
modules/drivers/smartereye/conf/smartereye.pb.txt | apollo::drivers::smartereye::config::Config | smartereye config |
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。