Apollo 10.0
自动驾驶开放平台
emergency_stop.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.planning;
4
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}