Skip to content

CARLA 0.9.9 (development)

Compare
Choose a tag to compare
@marcgpuig marcgpuig released this 23 Apr 15:33

Patch Release 0.9.9.4

Fixes

  • Improved performance (around 3x) in synchronous mode on Ubuntu, by disabling the delay of packets on the network interface (Nagle's algorithm).
  • Improved the LiDAR and Radar sensors with a parallel implentation of the raycasting
  • Added default values and a warning message for lanes missing the width parameter in OpenDRIVE

Patch Release 0.9.9.3

Fixes

  • Fixed loading a new map with an official patch for Unreal Engine 4.24 (only for Ubuntu)
  • Fixed large RAM usage when loading polinomial geometry from OpenDRIVE
  • Fixed collision issues when debug draw(debug.draw_line) is called

Highlights

  • Added API functions get_right_vector and get_up_vector
  • Added parameter to enable/disable pedestrian navigation in standalone mode
  • Improved mesh split in standalone mode
  • Added PythonAPI command to set multiple car light states at once
  • Added PythonAPI carla.world.get_vehicles_light_states to get all the car light states at once
  • Added support for additional TraCI clients in Sumo co-simulation

Patch Release 0.9.9.2

Fixes

  • Fixed the loading of a new map through Python API for windows.

Patch Release 0.9.9.1

Highlights

  • Added API function add_angular_impulse() to add angular impulse to any actor
  • Fixed rain drop spawn issues when spawning camera sensors
  • Fixed Update.sh from failing when the root folder contains a space on it
  • Fixed colors of lane markings when importing a map, they were reversed (white and yellow)
  • Fixed missing include directive in file WheelPhysicsControl.h
  • Fixed gravity measurement bug from IMU sensor
  • OpenDRIVE ingestion bugfixes
  • Added Dynamic Vision Sensor (DVS) camera based on ESIM simulation http://rpg.ifi.uzh.ch/esim.html

Compiled version

Highlights

  • Introduced hybrid mode for Traffic Manager
  • Upgraded to Unreal Engine 4.24
  • Exposed the world lights to the client so they can be changed on the fly
  • Added examples of sumo co-simulation for Town01, Town04, and Town05
  • Added ptv vissim and carla co-simulation
  • Upgraded to AD RSS v3.0.0 supporting complex road layouts and i.e. intersections
  • Added junction smoothing algorithm to prevent roads from blocking other roads with level differences
  • Added automatic generation of traffic lights, stop signal and yield signal from OpenDRIVE file
  • Bug fixes

For further information keep reading here and see the full CHANGELOG.