Add vehicle dims to DCM
This commit is contained in:
parent
831b9d6d80
commit
329aaf5209
|
|
@ -119,9 +119,9 @@ static int mk_dcm(facilities_t* facilities, uint8_t* dcm_uper, uint16_t* dcm_upe
|
|||
asn_ulong2INTEGER(&dcm->dcm.currentPosition.timestamp, now);
|
||||
|
||||
// Vehicle Dimensions
|
||||
//dcm->dcm.vehicleDimensions.length.vehicleLengthValue = facilities->vehicle.length;
|
||||
//dcm->dcm.vehicleDimensions.length.vehicleLengthConfidenceIndication = VehicleLengthConfidenceIndication_noTrailerPresent;
|
||||
//dcm->dcm.vehicleDimensions.width = facilities->vehicle.width;
|
||||
dcm->dcm.vehicleDimensions.length.vehicleLengthValue = facilities->vehicle.length;
|
||||
dcm->dcm.vehicleDimensions.length.vehicleLengthConfidenceIndication = VehicleLengthConfidenceIndication_noTrailerPresent;
|
||||
dcm->dcm.vehicleDimensions.width = facilities->vehicle.width;
|
||||
|
||||
dcm->dcm.plannedTrajectory.list.count = trajectory_len;
|
||||
dcm->dcm.plannedTrajectory.list.size = trajectory_len * sizeof(void*);
|
||||
|
|
|
|||
Loading…
Reference in New Issue