Commit Graph

1119 Commits

Author SHA1 Message Date
MattRoweEAIF 2a2cc5f1be
added unreal coord system, fixed v2x (#8251) 2024-10-07 15:27:01 +02:00
MattRoweEAIF f7ed6c25e9
fix typo in title (#8225) 2024-09-30 13:45:22 +02:00
Sergio Paniego Blanco c7339367b9
Fixed typo in CityScapes palette (#8137) 2024-09-13 21:07:25 +02:00
MattRoweEAIF c097d7acf1
added digital twins video (#8090) 2024-08-29 14:58:48 +02:00
MattRoweEAIF 1ef3f55c95
Docs/unit updates (#8007)
* fixed IMU units

* updated autitwheel version
2024-07-31 15:23:11 +02:00
MattRoweEAIF 5c2d2978a8
fixed IMU units (#7960) 2024-07-17 12:33:47 +02:00
MattRoweEAIF 4952c74729
added cpp client build docs (#7942) 2024-07-11 14:40:52 +02:00
MattRoweEAIF 18035969fe
changed get_required_files docs (#7763)
* changed get_required_files docs

* fixed overwritten user data
2024-06-10 17:02:53 +02:00
MattRoweEAIF b69f892537
Docs/ue5 instructions (#7747)
* added UE5 build instructions

* added links in main build doc
2024-06-04 12:28:12 +02:00
MattRoweEAIF 6898225f5d
added UE5 build instructions (#7743) 2024-06-04 11:56:30 +02:00
Daraan d5c37f71b7
Corrected information that Sensor.is_listening is a method (#7439)
Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
2024-05-31 12:04:04 +02:00
Daniel Grimm c7cfdad9a3 v2x 2nd try 2024-05-03 12:23:02 +02:00
KianBahasadri 3547112a44 fixed typo 2024-04-29 08:49:05 +02:00
KianBahasadri 1a05f25616 Update build_docker_unreal.md
Change docs from using Github password to use Github Access Token
2024-04-29 08:49:05 +02:00
wuhanstudio 063cc9d902 Fix the intrinsix matrix if vertices of the bounding box is behind the camera 2024-04-19 13:57:32 +02:00
MattRoweEAIF f22d49d784
Docs/updates april (#7421)
* fixed typos and broken links

* updated python_api.md

* fixed CityObjectLabel API docs

* added load_world_if_different to API docs

* added return type to reload_world

* updated python_api.md

* added FutureActor to API docs

* updated digital twin documentation
2024-04-12 16:23:47 +02:00
MattRoweEAIF ed4e0176f7
Docs/updates april (#7419)
* fixed typos and broken links

* updated python_api.md

* fixed CityObjectLabel API docs

* added load_world_if_different to API docs

* added return type to reload_world

* updated python_api.md

* added FutureActor to API docs
2024-04-12 15:07:44 +02:00
MattRoweEAIF ca7fb1a511
Docs/updates april (#7418)
* fixed typos and broken links

* updated python_api.md

* fixed CityObjectLabel API docs

* added load_world_if_different to API docs

* added return type to reload_world

* updated python_api.md
2024-04-12 14:39:34 +02:00
MattRoweEAIF 054dae3a74
Docs/updates april (#7417)
* fixed typos and broken links

* updated python_api.md

* fixed CityObjectLabel API docs

* added load_world_if_different to API docs
2024-04-12 14:33:03 +02:00
MattRoweEAIF d589c45a5b
fixed typos and broken links (#7396)
* fixed typos and broken links

* updated python_api.md
2024-04-11 14:59:30 +02:00
nishanrn f1b72b0b7c
Update tuto_M_generate_map.md (#6634)
Added a link to a new introductory RoadRunner Tutorial series on the MathWorks website.

Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
2024-04-11 11:24:33 +02:00
Olli Koskelainen d5d3cf9edf
Debug drawing extension to allow drawing primitives on HUD layer (#7168)
* Extended debug draw functions to allow drawing primitives on HUD layer

* Added documentation for new drawing features

* Added debug draw changes to changelog

---------

Co-authored-by: Olli <olli.koskelainen@tuni.fi>
2024-03-27 12:28:43 +01:00
MattRoweEAIF d3636d241c
fixed refs in dev (#7232) 2024-03-11 11:49:51 +01:00
MattRoweEAIF b71e75b60c
corrected nullrhi typo (#7227) 2024-03-08 12:41:47 +01:00
MattRoweEAIF aa19e139d8 removed newlines 2024-03-04 14:39:23 +01:00
MattRoweEAIF f4e87a8e76 added warning to remove CARLA cache 2024-03-04 14:39:23 +01:00
Xavier Solé Nogués e5c76c8c55 Update documentation 2024-02-19 14:01:39 +01:00
MattRoweEAIF 64b5457237
updated package naming instructions (#7140) 2024-02-09 16:51:47 +01:00
Gerhard Dorn bac863ca92
Update semantic labels in doc (changed from version 0.9.13 -> 0.9.14) (#7122)
* 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>
2024-02-05 11:51:52 +01:00
MattRoweEAIF c2ace4caaa
Corrected path (#7117)
* added export map package instructiong

* added package location

* fixed hyperlink

* corrected path
2024-02-02 21:04:31 +01:00
MattRoweEAIF 1d1f7a4b1c
fixed hyperlink (#7116)
* added export map package instructiong

* added package location

* fixed hyperlink
2024-02-02 19:31:11 +01:00
MattRoweEAIF fc8ce5e4b2
Added package location (#7115)
* added export map package instructiong

* added package location
2024-02-02 19:22:25 +01:00
MattRoweEAIF 423d979bdd
added export map package instructiong (#7114) 2024-02-02 18:30:38 +01:00
xavisolesoft 5ae0e4ee08 Doc: Add Ubuntu 22.04 build steps 2024-01-17 09:40:24 +01:00
MattRoweEAIF c8acb39423 replaced final aws links 2024-01-16 12:43:43 +01:00
王海东 b87fad064b
Fix some spelling errors in the document (#7043)
* Remove excess parentheses from RSS document

* Fix some spelling errors in the document
2024-01-04 10:34:52 +01:00
MattRoweEAIF 1c9d8663b4
specified CMake version 3.15 for windows build (#7019) 2023-12-20 16:47:18 +01:00
MattRoweEAIF 60af913923
corrected tutorials page (#7000) 2023-12-13 13:50:28 +01:00
Blyron 7e69258e2d
Aaron/updateurls (#6994)
* Set commit for download libsomscout

* Update urls to new storage

* Merge dev into current branch
2023-12-12 23:00:20 -08:00
MattRoweEAIF 48fa35f1da english demo video update 2023-11-28 11:45:05 +01:00
MattRoweEAIF dd64af486a
embedded OASIS demo video (#6944)
Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
2023-11-24 08:35:01 +01:00
MattRoweEAIF e74523e5e8 changed video thumbnail 2023-11-23 11:39:49 +01:00
Tay Yim 834679d254
Fix typo in map_town13.md (#6920)
* Update map_town13.md

Typo: This should be Town 12
2023-11-17 09:58:40 +01:00
MattRoweEAIF 603633c08f
Tidy up of SimReady docs after release (#6910)
* added simready instructions

* tidied up SimReady instructions

* typos
2023-11-14 13:02:28 +01:00
bernatx 2e5039636a adding graph to document 2023-11-13 09:14:50 +01:00
MattRoweEAIF 14ebea6686 added simready instructions 2023-11-13 09:12:36 +01:00
MattRoweEAIF 1510f7522d added details from james 2023-11-13 08:59:58 +01:00
MattRoweEAIF 53a7a15fa0 fixed imagge path 2023-11-13 08:59:58 +01:00
MattRoweEAIF cb208cb150 synkrotron docs 2023-11-13 08:59:58 +01:00
MattRoweEAIF 25623bfdb3
Release docs for CARLA 0.9.15 (#6894)
* digital twin docs 1st draft

* update

* started procedural buildings tool docs

* started procedural building docs

* added town 13

* added images

* final details procedural buildings

* corrections

* typos

* reordered intro

* fixed world.yml

* added final images for town 13

* calibrated town 13 map

* ROS docs

* added town 13 to catalogue

* corrected extended docs page

* updates

* added town15 docs
2023-11-10 12:14:29 +01:00