Apollo 10.0
自动驾驶开放平台
bare_intersection_unprotected_scenario.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.planning;
4
6 optional double start_bare_intersection_scenario_distance = 1
7 [default = 25.0]; // meter
8 // explicit stop while waiting
9 optional bool enable_explicit_stop = 2 [default = false];
10 // The cruise speed desired when approaching the intersection
11 optional double approach_cruise_speed = 3 [default = 6.7056]; // m/s (15 mph)
12 // Distance of stopping point to the start point of intersection
13 optional double stop_distance = 4 [default = 0.5]; // meter
14}