Skip to content

Commit 0703124

Browse files
authored
Merge pull request #195 from OpenSimulationInterface/update/BasePolygon-documentation
Update documentation
2 parents 9fc2de1 + 31a6192 commit 0703124

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

osi_common.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ message BaseStationary
278278
// The two dimensional (flat) contour of the object. This is an extension of
279279
// the concept of a bounding box as defined by \c Dimension3d. The contour is
280280
// the projection of the object's outline onto the z-plane in the object
281-
// frame (independent of its current position and orientation).
281+
// frame (independent of its current position and orientation). The height
282+
// is the same as the height of the bounding box.
282283
//
283284
// Usage as sensor data:
284285
// The polygon describes the visible part of the object's contour.
@@ -359,7 +360,8 @@ message BaseMoving
359360
// The two dimensional (flat) contour of the object. This is an extension of
360361
// the concept of a bounding box as defined by \c Dimension3d. The contour is
361362
// the projection of the object's outline onto the z-plane in the object
362-
// frame (independent of its current position and orientation).
363+
// frame (independent of its current position and orientation). The height
364+
// is the same as the height of the bounding box.
363365
//
364366
// Usage as sensor data:
365367
// The polygon describes the visible part of the object's contour.

0 commit comments

Comments
 (0)