carla-driving-rl-agent
carla-driving-rl-agent copied to clipboard
Cannot spawn actor
Cannot spawn actor. Try changing the spawn_point (Location(x=-87.276062, y=24.441530, z=0.600000)) to something else.
this is my issue.
I try choose one emlement in available_spawn_points
in random_spawn_point
instead random. But it not run
pls help me
Hi, the error occurs when the spawn location is already occupied: it happens when some other actor (typically a vehicle) is placed on that location, and sometimes even when restarting your own agent twice.
Try picking another spawn point, or reset the CARLA simulator.