Skip to content

fix: tp_control_unit exception if no update

Elnagdy Elnagdy requested to merge fix_tpm_sending_no_update into main

Traffic Participant Control Unit was using the traffic_update even if the traffic_update had no update which would result in setting position, velocity... etc of that entity to zeroes and an exception is later thrown in the sensor view builder that there is no lanes at this position.

With the fix, the traffic participant control unit throws an early exception if the traffic update had no update.

Edited by Elnagdy Elnagdy

Merge request reports

Loading