AutomotiveDrivingModels.jl icon indicating copy to clipboard operation
AutomotiveDrivingModels.jl copied to clipboard

Bug in neighbor feature functions

Open Wang4758 opened this issue 5 years ago • 3 comments

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?

Wang4758 avatar May 27 '19 12:05 Wang4758

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.

MaximeBouton avatar May 28 '19 15:05 MaximeBouton

#70

MaximeBouton avatar Mar 11 '20 01:03 MaximeBouton

the feature extraction mechanism has been redesigned see https://github.com/sisl/AutomotiveSimulator.jl

MaximeBouton avatar Mar 30 '20 04:03 MaximeBouton