We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9417ee commit 3b8b134Copy full SHA for 3b8b134
osi_groundtruth.proto
@@ -141,4 +141,13 @@ message GroundTruth
141
// - [1] [Proj.4 Projections] (https://proj4.org/usage/projections.html)
142
//
143
optional string proj_string = 14;
144
+
145
+ // Opaque reference of a map.
146
+ //
147
+ // \note Origin and orientation of the map have to coincide with the
148
+ // inertial coordinate frame of the ground truth.
149
150
+ // \note It is implementation-specific how map_reference is resolved.
151
152
+ optional string map_reference = 15;
153
}
0 commit comments