Skip to content

Commit a604f5a

Browse files
thomassedlmayerpmai
authored andcommitted
Add empty lines for better formatting in doxygen
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent 4930e3b commit a604f5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

osi_groundtruth.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,20 @@ message GroundTruth
199199
//
200200
// The offset is applied on global OSI coordinates using an affine
201201
// transformation with rotation around z-axis:
202+
//
202203
// xWorld = xOSI * cos(yaw) - yOSI * sin(yaw) + xOffset
204+
//
203205
// yWorld = xOSI * sin(yaw) + yOSI * cos(yaw) + yOffset
206+
//
204207
// zWorld = zOSI + zOffset
205208
//
209+
//
206210
// If no yaw is provided (recommended), the formulas simplify to:
211+
//
207212
// xWorld = xOSI + xOffset
213+
//
208214
// yWorld = yOSI + yOffset
215+
//
209216
// zWorld = zOSI + zOffset
210217
//
211218
message ProjFrameOffset

0 commit comments

Comments
 (0)