Tutorial 1, modify XML file,

hello, i get some matters when i tried running the demo of modify XML file, I saw AttributeErro like this:
TypeError: init() got an unexpected keyword argument ‘position’

This problem is related to the post here. We will update the tutorials as soon as possible.

Sorry for the inconvenience!

Copy that, thank you very much!

have you fixed it.bro?
i don’t understand the reply answer very much. i have installed the 2022.2 version. but issue about position still exsits.

hello! I followed the reply but not find a way to fix this issue. Could you tell me how to fix it more detailedly?thank you

It is possible to replace the State class by the CustomState class which can be imported via
from commonroad.scenario.state import CustomState.

That’s very helpful! Thank you.