AutomotiveDrivingModels.jl
AutomotiveDrivingModels.jl copied to clipboard
Bug in neighbor feature functions
Hi there,
In the function Base.get(::Feature_Dist_Front) and Base.get(::Feature_Dist_Rear)here, you can pass censor_hi
as argument. But it is not used insided the function. Instead hard code values are used. Is that a bug?
I think you are right it seems like a bug. Could you submit a PR that fixes it and tests the function? The overall feature extraction part of the repo has not been tested thoroughly, do not hesitate to report bugs and contribute with fixes and tests.
#70
the feature extraction mechanism has been redesigned see https://github.com/sisl/AutomotiveSimulator.jl