Apollo
11.0
自动驾驶开放平台
perception_benchmark.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.perception;
4
5
import
"
modules/common_msgs/basic_msgs/error_code.proto
";
6
import
"
modules/common_msgs/basic_msgs/header.proto
";
7
import
"
modules/common_msgs/perception_msgs/perception_obstacle.proto
";
8
9
message
SensorFrameInfo
{
10
optional
string
sensor_id = 1;
11
optional
double
timestamp = 2;
12
repeated
double
sensor2world_pose = 3;
// size should be 16
13
}
14
15
// For perception benchmark
16
message
PerceptionBenchmarkFrame
{
17
repeated
PerceptionObstacle
perception_obstacle = 1;
// An array of obstacles
18
optional
apollo
.
common
.
Header
header = 2;
// Header
19
optional
apollo
.
common
.ErrorCode error_code = 3 [
default
= OK];
20
optional
SensorFrameInfo
sensor_frame_info = 4;
21
}
error_code.proto
header.proto
apollo::common
apollo::common
apollo
class register implement
Definition
arena_queue.h:37
syntax
syntax
Definition
perception_benchmark.proto:1
perception_obstacle.proto
apollo::common::Header
Definition
header.proto:7
apollo::perception::PerceptionBenchmarkFrame
Definition
perception_benchmark.proto:16
apollo::perception::PerceptionObstacle
Definition
perception_obstacle.proto:64
apollo::perception::SensorFrameInfo
Definition
perception_benchmark.proto:9
modules
common_msgs
perception_msgs
perception_benchmark.proto