sisl / AutomotiveDrivingModels.jl

Driving simulation architecture for Julia
Other
63 stars 29 forks source link

State1D needs posf, posg, velf, velg #65

Open mattuntergassmair opened 4 years ago

mattuntergassmair commented 4 years ago

State1D needs posf, posg, velf, velg to be compatible with new interface. Partially implemented in #64 but needs further review

MaximeBouton commented 4 years ago

State1D is going to be deprecated we should drop support

mattuntergassmair commented 4 years ago

It's used in the straight roadway example at the moment, I was able to make it work by adding the posf and posg functions. Maybe this is enough to continue support for Scene1D? Or if not, the example needs to be adapted.