Apollo
10.0
自动驾驶开放平台
sins_pva.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.localization;
4
5
import
"
modules/common_msgs/basic_msgs/header.proto
";
6
import
"
modules/common_msgs/basic_msgs/geometry.proto
";
7
8
message
IntegSinsPva
{
9
optional
apollo
.
common
.
Header
header = 1;
10
11
// The position calculated by SINS.
12
13
optional
apollo
.
common
.
PointLLH
position = 2;
14
15
// The velocity calculated by SINS.
16
optional
apollo
.
common
.
Point3D
velocity = 3;
17
18
// The attitude euler calculated by SINS.
19
optional
apollo
.
common
.
Point3D
attitude = 4;
20
21
// 9-by-9 covariance matrix of the sins pva.
22
repeated
double
pva_covar = 5 [packed =
true
];
23
24
optional
bool
init_and_alignment = 6;
25
}
geometry.proto
header.proto
apollo::common
apollo::common
apollo
class register implement
Definition
arena_queue.h:37
syntax
syntax
Definition
sins_pva.proto:1
apollo::common::Header
Definition
header.proto:7
apollo::common::Point3D
Definition
geometry.proto:41
apollo::common::PointLLH
Definition
geometry.proto:23
apollo::localization::IntegSinsPva
Definition
sins_pva.proto:8
modules
localization
proto
sins_pva.proto