Apollo 10.0
自动驾驶开放平台
sins_pva.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.localization;
4
7
8message 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}
apollo::common
class register implement
Definition arena_queue.h:37
syntax
Definition sins_pva.proto:1