* Added more weather attributes
* Upload client_test.py as weather in utils
Activate mesh distance fields
* weather.py --> Added wetness, changed "cloudyness" , fixed some functions
Weather.cpp --> Skip weather
Weather.h --> Added "SetWeather" Function
* Changed ASCII characters in weather.py
* Finished weather script without dynamic weather
* Added missing end of file line.
* Fixed the initial state of weather.py
* Updated changelog & fix dynamic weather altitude
* New default values for weather presets
Temporal fix in manual_control.py to refresh weather when it opens the pygame windows or it changes the camera (Tab)
* Fixed walkers spawn in manual_control
Co-authored-by: Marc Garcia Puig <marcgpuig@gmail.com>
Co-authored-by: doterop <daniel.oterop@gmail.com>
* changed next sensor key from backquote to n
* fixed typo in spawn_npc.py
* reenabled backquote to switch sensor
Co-authored-by: Marc Garcia Puig <marcgpuig@gmail.com>
* Added IMU sensor to the client-server pipeline
* Fixed lane_explorer.py with the new debug API
* Changed compass output to standard compass degrees
* - Added accelerometer calculation to IMU.
* Added angular velocity to the IMU
* Changed IMU acceleration from world to local
* Updated changelog
* Updated accelerometer. Now uses vehicle movement component information instead of pawn information.
* Added docs regardings new sensors
* Fixed SI units in Lidar
* Fixed core dumped when using other python modules
* Explicitly deleted Vec3D from FVec constructors
* Removed redundant DeltaTime calculation
* Exposed DOF and Exposure in Python for RGB sensor
* Fixed blueprint waypoint functions
* Added Tonemapper settings
* Improved lens shader
* RGB camera have lens shader by default
* Adjusted lens shader
* Added lens disortion to Depth and SemSeg sensors
* Added Chromatic Aberration to Camera API
* Added the blueprint doc_gen and updated docs
* Sorted blueprint attributes in docs
* Added docs about new camera attributes
* Spelling fixes in docs
* Sorted includes
* Fixed travis pylint 3
Due to folder structure, the actual version raises an issue: https://github.com/carla-simulator/carla/issues/1756
It can be fixed using another type of import, however the folder structure has to remain the same for it to work.