Apollo 10.0
自动驾驶开放平台
ultrasonic_radar.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.drivers;
4
6
7message Ultrasonic {
8 //
9 // x axis
10 // ^
11 // |
12 // * | *
13 // * | *
14 // \ * | * /
15 // \ * range(i) * /
16 // \ | /
17 // \ | /
18 // \ | /
19 // y axis \ | /
20 // <---------------
21 // ooooooooooooo //ultrasonic radar front surface
22 //
23 // In every working cycle, each radar of the ultrasonic system
24 // return a range to form a range array, 'ranges'.
25
26 optional apollo.common.Header header = 1;
27 repeated float ranges = 2;
28}
apollo::common
class register implement
Definition arena_queue.h:37