pyoscx / scenariogeneration

Python library to generate linked OpenDRIVE and OpenSCENARIO files
Mozilla Public License 2.0
267 stars 83 forks source link

Fixed typo #188

Open DaniilOkladnikov opened 11 months ago

DaniilOkladnikov commented 11 months ago

Typo aca_element = element.find("ControllerAction/ActivateControllerAction"), here .xosc file:

          <PrivateAction>
            <ActivateControllerAction lateral="true" longitudinal="true" />
          </PrivateAction>
mander76 commented 11 months ago

Hi, thanks for the pullrequest, this might work for some cases, but ActivateControlleraction is different in different versions of OpenSCENARIO, in 1.0 it is not in a ControllerAction, so this will cause a problem.

atingber commented 4 months ago

What problem does this solve?