AutomotiveSimulator.jl
AutomotiveSimulator.jl copied to clipboard
distance_to(egoid) does only work with id type String?
Does the feature extraction of distance_to(egoid)
only work, when the egoid is of type string? I think the egoid can also be of type Symbol and Int and that does not work?
It is intended to work with any type, if it does not it is likely a bug. Can you provide a minimum example?