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 4930e3b commit a604f5aCopy full SHA for a604f5a
osi_groundtruth.proto
@@ -199,13 +199,20 @@ message GroundTruth
199
//
200
// The offset is applied on global OSI coordinates using an affine
201
// transformation with rotation around z-axis:
202
+ //
203
// xWorld = xOSI * cos(yaw) - yOSI * sin(yaw) + xOffset
204
205
// yWorld = xOSI * sin(yaw) + yOSI * cos(yaw) + yOffset
206
207
// zWorld = zOSI + zOffset
208
209
210
// If no yaw is provided (recommended), the formulas simplify to:
211
212
// xWorld = xOSI + xOffset
213
214
// yWorld = yOSI + yOffset
215
216
217
218
message ProjFrameOffset
0 commit comments