Apollo
11.0
自动驾驶开放平台
lattice_structure.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.planning;
4
5
message
StopPoint
{
6
optional
double
s = 1;
7
enum
Type
{
8
HARD = 0;
9
SOFT = 1;
10
}
11
optional
Type
type = 2 [
default
= HARD];
12
}
13
14
message
PlanningTarget
{
15
optional
StopPoint
stop_point = 1;
16
optional
double
cruise_speed = 2;
17
}
syntax
syntax
Definition
lattice_structure.proto:1
apollo::planning::PlanningTarget
Definition
lattice_structure.proto:14
apollo::planning::StopPoint
Definition
lattice_structure.proto:5
apollo::planning::StopPoint::Type
Type
Definition
lattice_structure.proto:7
modules
planning
planning_base
proto
lattice_structure.proto