You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are pedestrians spawned with AI controllers, this line will return a bounding box with x and y being -Inf for the AI controllers and causes an cannot convert float NaN to integer error. Seems like it's because the segregated pedestrian actors group contain a mix of carla.libcarla.WalkerAIController and carla.libcarla.Walker.
The text was updated successfully, but these errors were encountered:
If there are pedestrians spawned with AI controllers, this line will return a bounding box with x and y being
-Inf
for the AI controllers and causes ancannot convert float NaN to integer
error. Seems like it's because the segregated pedestrian actors group contain a mix ofcarla.libcarla.WalkerAIController
andcarla.libcarla.Walker
.The text was updated successfully, but these errors were encountered: