- We flush between sublevel load/unload calls to improve determinism
- We have added a global uuid to allow the load/unload methods to be
called in the same tick
* Fixed child-parent when waking up dormant actors. Added profiling traces. Fixed transformation of debug shapes in large maps.
* WIP: renaming FActorView to FCarlaActor. Changing calls related to FCarlaActor to acomodate new typing.
* Renaming FActorView to FCarlaActor. Changing calls related to FCarlaActor to acomodate new typing.
* Now traffic lights can be spawned without controllers inside junctions.
* Added functions to interface the FCarlaActor object with recorder. Started adapting recorder to new FCarlaActor object.
* Fixed missing includes.
* Updated CarlaRecorder and CarlaReplayer to use new FCarlaActor interface for vehicles, walkers and sensors.
* Fixed missing includes.
* Streaming level list now is persistant and can be saved for unreal to detect the dependencies.
* Enabled packages for large maps.
* Added Tiles to the MapPath.txt file. Removed debug warnings.
* Fixed traffic light trigger box placement in large maps.
* Fixed traffic light warning. Set speed limit for dormant actors to 30. Fixed semantic segmentation on streaming levels.
* Fixed Traffic Light issue with recorder and dormant state. Removed old ActorView files.
* Fixing line markings semantics
* Fixed recorder issues with traffic lights.
* Filter out the base large map as available map
* Added tile_stream_distance and actor_stream_distance to world settings.
* removed unused comments.
* Added IsActive functions. Dormant actors that cannot be respawned now remain dormant.
* Fixed missing includes.
* Fixed missing includes
* Review fixes. Missing includes.
* Fixed link errors.
Co-authored-by: bernat <bernatx@gmail.com>
- In the collision sensor test we have incrase the number of frames to
run and also we run all the vehicles always and show all the ones
that fail instead of only the first.
- In vehicle physics tests, we have change all velocity/control setters to batch_sync
version to avoid losing commands
* Changed material routes and import.py
* Changed decal process for large maps
* Fixed spaces
* Removed unnecesary file
* Fixes for PR
* Updated materials for curbs and gutters
* Fix parsing of tiles by name
* Updated marking nodes materials and names
* New content version
Co-authored-by: bernat <bernatx@gmail.com>