Apollo 10.0
自动驾驶开放平台
|
The lane detection module detects lane lines through the camera sensor. Lane lines can be used as an aid to other modules.
apollo::perception::onboard::LaneDetectionComponent
Channel | Type | Description |
---|---|---|
/apollo/sensor/camera/front_6mm/image | apollo::drivers::Image | camera drive message |
/apollo/sensor/camera/front_12mm/image | apollo::drivers::Image | camera drive message |
/apollo/perception/motion_service | apollo::perception::onboard::LaneDetectionComponent::MotionServiceMsgType | motion service message |
Channel | Type | Description |
---|---|---|
/perception/lanes | apollo::perception::PerceptionLanes | lane line |
You can start the lane detection module with the following command.
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。