Skip to content

Commit e52ef07

Browse files
authored
Merge pull request #47 from OpenSimulationInterface/rear_coordinate_system_comment
Update rear axis frame calculation comment
2 parents 120d15a + c03c6f5 commit e52ef07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_object.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ package osi;
1313
/// simulated ego vehicle (i.e. ego_vehicle is set to true), relative_ego_origin has to be set, defining the offset from
1414
/// the ego vehicle's bounding box center to the center of the vehicle's rear axis. This defines the origin of the ego
1515
/// vehicle's rear axis coordinate system and allows calculation of quantities relative to this reference frame. The
16-
/// origin of the rear axis coordinate system in world coordinates is calculated as (base.position + relative_ego_origin)
17-
/// for the ego vehicle. For all vehicles, including ego vehicles, the position given in base.position points to the
18-
/// center of the vehicle's bounding box.
16+
/// origin of the rear axis coordinate system in world coordinates is calculated as: base.position + R * relative_ego_origin
17+
/// for the ego vehicle (R rotates from vehicle to world frame). For all vehicles, including ego vehicles, the position given
18+
/// in base.position points to the center of the vehicle's bounding box.
1919
///
2020
message Vehicle
2121
{

0 commit comments

Comments
 (0)