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

distance_to(egoid) does only work with id type String?

Open ll7 opened this issue 3 years ago • 1 comments

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?

ll7 avatar Jul 02 '21 15:07 ll7

It is intended to work with any type, if it does not it is likely a bug. Can you provide a minimum example?

MaximeBouton avatar Jul 03 '21 10:07 MaximeBouton