Apollo 11.0
自动驾驶开放平台
v2x_obu_rsi.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.v2x.obu;
4
7
8message ObuRsi {
9 optional apollo.common.Header header = 1;
10 optional bytes rsu_id = 2;
11 optional int32 rsi_id = 3;
12 optional int32 alter_type = 4;
13 optional string description = 5;
14 optional apollo.common.Point2D ref_point = 6;
15 repeated apollo.common.Point2D points = 7;
16 optional int32 radius = 8;
17 optional int32 msg_cnt = 9;
18}
apollo::common
class register implement
Definition arena_queue.h:37
syntax