Carla: Can we create our own spawn points on the map ?

Created on 12 Mar 2019  路  3Comments  路  Source: carla-simulator/carla

Can we create our own spawn points on the map other than already defined ones ?

stale

Most helpful comment

hi @imran514 , you can spawn vehicle/walker anywhere you want without using Unread editor as well.
spawn_point = carla.Transform(carla.Location(x,y,z),carla.Rotation(0,degree,0))
Just make sure x,y,z are valid co-ordinates on map.

All 3 comments

Yes, but you need to edit the map in Unreal Editor. Just add a _Vehicle Spawn Point_ anywhere you want, the transform of this actor is then included in the list of spawn points.

hi @imran514 , you can spawn vehicle/walker anywhere you want without using Unread editor as well.
spawn_point = carla.Transform(carla.Location(x,y,z),carla.Rotation(0,degree,0))
Just make sure x,y,z are valid co-ordinates on map.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings