Update vehicles dims to now ASN DCM structure
This commit is contained in:
parent
329aaf5209
commit
d51d7faeed
|
|
@ -119,8 +119,7 @@ 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.length= facilities->vehicle.length;
|
||||
dcm->dcm.vehicleDimensions.width = facilities->vehicle.width;
|
||||
|
||||
dcm->dcm.plannedTrajectory.list.count = trajectory_len;
|
||||
|
|
|
|||
Loading…
Reference in New Issue