Tutorials not working

Dear developers,
I can not run any of the tutorials, since errors in different parts of the code occur.

First example:
obj.lanelet_network.draw(self, draw_params.lanelet_network)
AttributeError: ‘dict’ object has no attribute ‘lanelet_network’

Second example:
static_obstacle_initial_state = State(position = np.array([30.0, 3.5]), orientation = 0.02, time_step = 0)
TypeError: init() got an unexpected keyword argument ‘position’

I read in some similar posts from half a year ago that downgrading the version should help and it would be fixed soon, but it seems the error is still there and I did not have success with downgrading the version.

Any updates on this issue? Will this be fixed soon or do you have another tutorial reference?

Best regards and thank you,
R

Dear Rudolf,

the tutorials on the website are not up-to-date.
I will inform my colleague about it.
Sorry for the inconvenience!

Please use the tutorials here.

Best,
Sebastian

Great, thank you for the response!