@@ -31,7 +31,7 @@ message HostVehicleData
3131 // simulation or measurement.
3232 //
3333 // \note This is the point in time that the host vehicle data message becomes
34- // available on the board net system .
34+ // available as snapshot from the board net information .
3535 //
3636 optional Timestamp timestamp = 11 ;
3737
@@ -291,30 +291,29 @@ message HostVehicleData
291291 }
292292
293293 //
294- // \brief Current calculated and estimated location that can be based on GPS- and related navigation sensors,
295- // but this message does not contain the raw values of the sensorics.
296- // Instead it contains the most accurate information the vehicle knows about its positioning and kinematics
294+ // \brief Current calculated and estimated location that can be based on GNSS- and related navigation sensors,
295+ // but this message does not contain the single sensor values of the sensorics.
296+ //
297+ // This message contains the most accurate information the vehicle knows about its positioning and kinematics
297298 // available on the board net.
298299 // Because of this the values can differ from the "true" values calculated out of
299300 // GroundTruth::proj_string, GroundTruth::MovingObject::BaseMoving::position, GroundTruth::host_vehicle_id.
300301 //
301302 message VehiclePositionAndKinematics
302303 {
304+ // ToDo: Is a boolean necessery which signal is counting?
305+
303306 //
304307 // \brief Most accurate, calculated and estimated kinematic data.
305308 //
306309 message CartesianInformation
307310 {
308311 // Geodetic origin of the ENU (east-north-up) cartesian coordinate system regarding WGS84.
309312 //
310- // Order: Longitude[rad], latitude[rad], altitude[m].
311- //
312313 optional Vector3d cartesian_positioning_origin = 1 ;
313314
314315 // Current calculated and estimated positioning data.
315316 //
316- // Order: Longitude[rad], latitude[rad], altitude[m].
317- //
318317 // \note If \c HostVehicleData::enu_origin is specified, then the \c BaseMoving parent frame used by
319318 // \c HostVehicleData::location is the ENU frame according to ISO8855 with the geodetic origin of
320319 // \c HostVehicleData::enu_origin. Otherwise \c BaseMoving parent frame is an arbitrary cartesian coordinate system
@@ -324,8 +323,6 @@ message HostVehicleData
324323
325324 // Current calculated and estimated positioning data error.
326325 //
327- // Order: Longitude[rad], latitude[rad], altitude[m].
328- //
329326 // \note If \c HostVehicleData::enu_origin is specified, then the \c BaseMoving parent frame used by
330327 // \c HostVehicleData::location is the ENU frame according to ISO8855 with the geodetic origin of
331328 // \c HostVehicleData::enu_origin. Otherwise \c BaseMoving parent frame is an arbitrary cartesian coordinate system
0 commit comments