* Fix a typo in setting the max brake
From self._max_steer to self._max_brake
* Fix example commands in Multi-GPU docs
Only one dash before `-nullrhi` argument
* Correct incoherent structuring of tutorial for adding sensor to CARLA.
* Add contribution to CHANGELOG.md
* Add notes into breakout boxes in sensor create tutorial.
* Update build_linux.md
Change pseudopath to linux format
* Update build_linux.md
The same change 1 line above
* Fixing Recast pulling by branch instead of hash id
* Update semantic labels (changed from version 0.9.13 -> 0.9.14)
* Add "Other" Label description in ref_sensors.md
* Update semantic labels (changed from version 0.9.13 -> 0.9.14)
* Add "Other" Label description in ref_sensors.md
* Revert "Add "Other" Label description in ref_sensors.md"
This reverts commit 3958e35682.
* Revert "Update semantic labels (changed from version 0.9.13 -> 0.9.14)"
This reverts commit 6ee572e0c4.
---------
Co-authored-by: kykim0 <kykim144@gmail.com>
Co-authored-by: bernatx <bernatx@gmail.com>
Co-authored-by: Paul Erik Frivold <paulerikf@gmail.com>
Co-authored-by: Balázs Kis <balazs_kis35@yahoo.com>
Co-authored-by: matejm42 <116560704+matejm42@users.noreply.github.com>
Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
* Fix a typo in setting the max brake
From self._max_steer to self._max_brake
* Update ref_sensors.md
Spelling enconded -> encoded
Co-authored-by: kykim0 <kykim144@gmail.com>
Co-authored-by: bernat <bernatx@gmail.com>
* Fix a typo in setting the max brake
From self._max_steer to self._max_brake
* updated the save command for Semantic Segmentation
carla.cityScapesPalette is given to convert in this documentation, but getting error when trying to save file using that conversion,
currently in documentation:
raw_image.save_to_disk("path/to/save/converted/image",carla.cityScapesPalette) [not working]
but working with the below command:
raw_image.save_to_disk("path/to/save/converted/image",carla.ColorConverter.cityScapesPalette) [working]
Co-authored-by: kykim0 <kykim144@gmail.com>
Co-authored-by: bernat <bernatx@gmail.com>
* Fixed typo in code snippet. Swapped order of altitude and azimuth
* Fixed image links that needed '../' prefix to be visible on the live documentation
* Removed reference to velocity being affected 2 frames after it is set
* Updated Python API with missing 'set_pedestrians_cross_factor' method
* Regenerated python_api.md