Apollo
10.0
自动驾驶开放平台
emergency_stop.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.planning;
4
5
message
ScenarioEmergencyStopConfig
{
6
// Maximum stop deceleration at slow down stage
7
optional
double
max_stop_deceleration = 1 [
default
= 6.0];
8
// Distance of stopping point to the pull over point
9
optional
double
stop_distance = 2 [
default
= 1.0];
// meter
10
}
syntax
syntax
Definition
emergency_stop.proto:1
apollo::planning::ScenarioEmergencyStopConfig
Definition
emergency_stop.proto:5
modules
planning
scenarios
emergency_stop
proto
emergency_stop.proto