Apollo
10.0
自动驾驶开放平台
detection2d.proto
浏览该文件的文档.
1
syntax
=
"proto3"
;
2
import
"
modules/common_msgs/basic_msgs/header.proto
";
3
4
package
apollo.contrib.lgsvl_msgs;
5
6
message
BoundingBox2D
{
7
float
x = 1;
8
float
y = 2;
9
float
width = 3;
10
float
height = 4;
11
}
12
13
message
Vector3
{
14
double
x = 1;
15
double
y = 2;
16
double
z = 3;
17
}
18
19
message
Twist
{
20
Vector3
linear = 1;
21
Vector3
angular = 2;
22
}
23
24
message
Detection2D
{
25
apollo
.
common
.
Header
header = 1;
26
uint32
id
= 2;
27
string
label = 3;
28
double
score = 4;
29
BoundingBox2D
bbox = 5;
30
Twist
velocity = 6;
31
}
syntax
syntax
Definition
detection2d.proto:1
header.proto
apollo::common
apollo::common
apollo
class register implement
Definition
arena_queue.h:37
apollo::common::Header
Definition
header.proto:7
apollo::contrib::lgsvl_msgs::BoundingBox2D
Definition
detection2d.proto:6
apollo::contrib::lgsvl_msgs::Detection2D
Definition
detection2d.proto:24
apollo::contrib::lgsvl_msgs::Twist
Definition
detection2d.proto:19
apollo::contrib::lgsvl_msgs::Vector3
Definition
detection2d.proto:13
modules
contrib
lgsvl_msgs
proto
detection2d.proto