@@ -93,6 +93,15 @@ message DetectedItemHeader
9393//
9494// \image html OSI_DetectedStationaryObject.svg
9595//
96+ // The parent frame of a detected stationary object is the virtual sensor
97+ // coordinate system.
98+ //
99+ // /note The virtual sensor coordinate system is relative to the vehicle coordinate
100+ // system which has its origin in the center of the rear axle of the ego
101+ // vehicle. This means if virtual sensor mounting position and orientation are
102+ // set to (0,0,0) the virtual sensor coordinate system coincides with the
103+ // vehicle coordinate system.
104+ //
96105message DetectedStationaryObject
97106{
98107 // Common information of one detected item.
@@ -172,8 +181,17 @@ message DetectedStationaryObject
172181}
173182
174183//
175- // \brief Moving object in the environment as detected and perceived by
176- // the sensor.
184+ // \brief Moving object in the environment as detected and perceived by the
185+ // sensor.
186+ //
187+ // The parent frame of a detected moving object is the virtual sensor coordinate
188+ // system.
189+ //
190+ // /note The virtual sensor coordinate system is relative to the vehicle coordinate
191+ // system which has its origin in the center of the rear axle of the ego
192+ // vehicle. This means if virtual sensor mounting position and orientation are
193+ // set to (0,0,0) the virtual sensor coordinate system coincides with the
194+ // vehicle coordinate system.
177195//
178196message DetectedMovingObject
179197{
@@ -183,8 +201,7 @@ message DetectedMovingObject
183201
184202 // The base parameters of the moving object.
185203 //
186- // \note The bounding box does NOT includes mirrors for vehicles.
187- // \note The parent frame of \c base is the sensor's vehicle frame.
204+ // \note The bounding box does NOT include mirrors for vehicles.
188205 // \note The height includes the ground_clearance. It always goes from the
189206 // top to the ground.
190207 //
@@ -194,8 +211,6 @@ message DetectedMovingObject
194211 // moving object (e.g. car). \c MovingObject::base has to be
195212 // identical for all \c #candidate moving objects.
196213 //
197- // \note The parent frame of \c base is the sensor's vehicle frame.
198- //
199214 optional BaseMoving base_rmse = 3 ;
200215
201216 // Reference point location specification of the sensor measurement
0 commit comments