Apollo 10.0
自动驾驶开放平台
collection_error_code.proto
浏览该文件的文档.
1syntax = "proto2";
2package apollo.hdmap;
3
5 // common: x
6 SUCCESS = 0;
7 ERROR = 1;
8 ERROR_REQUEST = 2; // invalid request parameter
9 ERROR_SERVICE_NO_RESPONSE = 3; // cybertron services no response
12
13 // APP fetch: 10x
14 ERROR_GPSBIN_LACK = 101; // gpsbin in car is lack or not complete.
17
21
22 // map-datachecker: 20x
24
25 // map-datachecher: dynamic_align: 21x
27 212; // heading too large, need warning straight driving.
28 WARNING_PROGRESS_ROLLBACK = 213; // progress rollback because turn a corner.
29
30 // map-datachecher: eight_route: 22x
31 ERROR_NOT_EIGHT_ROUTE = 221; // heading is not an eight route.
32
33 // map-datachecher: data_verify: 23x
34 ERROR_CHANNEL_VERIFY_TOPIC_LACK = 231; // some topic lack in channel_verify.
35 ERROR_CHANNEL_VERIFY_RATES_ABNORMAL = 232; // some topic rates abnormal
37 233; // data verify has/find no recorders in disks.
38 ERROR_LOOPS_NOT_REACHED = 234; // loops is not enough 5/6
39 ERROR_VERIFY_NO_GNSSPOS = 235; // cybertron has no gnsspos callback.
41 // map-datachecker: static_align: 24x
42 ERROR_NOT_STATIC = 241; // car is not static.
43 ERROR_GNSS_SIGNAL_FAIL = 242; // gnss signal is broken | fail
45 // task handler: 30x
47 301; // indicate this collect task has no recorders before
49 302; // indicate this collect task has collected some recorders already
50}