Skip to content

Fix: traffic sign conversion issues

Ziqi Zhou requested to merge ziqi/gt-gen-core:fix/traffic-sign-conversion into main

Bug description:

  1. The dynamic_cast<MountedSign*>(main_sign.get()) fails during traffic sign conversion, returning a nullptr.
  2. When the main sign does not contain any supplementary signs, an empty MountedSign object is erroneously added to map.traffic_signs.

Pipeline: https://ci.eclipse.org/openpass/job/GtGenCore/view/change-requests/job/MR-80/

Edited by Andreas Rauschert

Merge request reports

Loading