Apollo 10.0
自动驾驶开放平台
apollo::external_command::LaneSegment结构体 参考
apollo::external_command::LaneSegment 的协作图:

Public 属性

optional string id = 1
 
optional double start_s = 2
 
optional double end_s = 3
 

详细描述

在文件 lane_segment.proto6 行定义.

类成员变量说明

◆ end_s

optional double apollo::external_command::LaneSegment::end_s = 3

在文件 lane_segment.proto12 行定义.

◆ id

optional string apollo::external_command::LaneSegment::id = 1

在文件 lane_segment.proto8 行定义.

◆ start_s

optional double apollo::external_command::LaneSegment::start_s = 2

在文件 lane_segment.proto10 行定义.


该结构体的文档由以下文件生成: