Skip to content

Commit 3b8b134

Browse files
Ludwig Friedmannjdsika
authored andcommitted
Add relative path of map in GroundTruth fixes #278 (#277)
* added map_reference to groundtruth
1 parent c9417ee commit 3b8b134

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

osi_groundtruth.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,13 @@ message GroundTruth
141141
// - [1] [Proj.4 Projections] (https://proj4.org/usage/projections.html)
142142
//
143143
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;
144153
}

0 commit comments

Comments
 (0)