Skip to content

fix: Forward StaticObjectProperties to avoid loss

Andreas Rauschert requested to merge fill_model_3d_for_traffic_signs into main

In the entity producer not for all entity types the properties from the scenario were copied to the new properties. This resulted in loss of e.g. the model_3d attribute value.

There will be a follow-up refactoring MR because now the StaticObjectProperties are:

  1. taken over from the scenario engine
  2. partially overwritten for specific static objects (traffic signs...)
  3. overwritten again partially with the original values from the scenario
Edited by Andreas Rauschert

Merge request reports

Loading