https://github.com/carla-simulator/carla

sort by:
Revision Author Date Message Commit Date
6c62827 Fix BP struct initialization warnings. 04 January 2024, 10:50:10 UTC
d45eb50 Add content clone path in Configure.py. 03 January 2024, 13:41:37 UTC
fff4437 Merge branch 'marcel/ue5.3' of https://github.com/carla-simulator/carla into marcel/ue5.3 03 January 2024, 13:01:50 UTC
ba0fb59 Commented more code related to vehicle base pawn 03 January 2024, 13:00:28 UTC
71db32b Merge remote-tracking branch 'origin/marcel/ue5.3' into marcel/ue5.3 03 January 2024, 12:02:29 UTC
37b1628 Minor changes. 03 January 2024, 12:02:24 UTC
4cf7ebf Updated assets 03 January 2024, 12:01:16 UTC
daf1d4f Several fixes. 03 January 2024, 10:30:12 UTC
b78f128 Merge remote-tracking branch 'origin/marcel/ue5.3' into marcel/ue5.3 02 January 2024, 19:23:50 UTC
b79c83c Minor changes. 02 January 2024, 19:23:37 UTC
1476b1f Fix Link Error: Downgrade proj library from 9.3.0 to 7.2.1 for compatibility with sumo library 02 January 2024, 18:39:58 UTC
f1d70d5 Merge remote-tracking branch 'origin/marcel/ue5.3' into marcel/ue5.3 02 January 2024, 14:54:22 UTC
046ad2b More fixes. 02 January 2024, 14:52:07 UTC
9cf2dab Revert "Remove duplicate Unreal carla plugin build process launch." This reverts commit 38ba10b33f12f38bcaa161257560394035c1cf06. 02 January 2024, 10:55:17 UTC
a845e10 LinkErrorFix: Add LibCarlaServer to Carla plugin compilation dependencies. Remove unused variable LibCarlaClientPath. 29 December 2023, 18:30:36 UTC
38ba10b Remove duplicate Unreal carla plugin build process launch. 29 December 2023, 18:06:02 UTC
7bbbbec Fix UE5 compilation errors. 28 December 2023, 16:04:08 UTC
8ed715e Fix more compile errors. 28 December 2023, 12:05:42 UTC
47eda70 Add missing changes. 27 December 2023, 23:46:22 UTC
f667df6 More fixes (3). 27 December 2023, 23:44:13 UTC
8fd6986 More fixes (2). 27 December 2023, 22:36:20 UTC
35c25e7 More fixes. 27 December 2023, 18:43:25 UTC
1b95305 Add requirements.txt, fix sqlite build issue and add casts. 21 December 2023, 15:02:48 UTC
b7477da Add .vscode and tasks.json. 21 December 2023, 11:24:23 UTC
e5ca821 Change source rpclib repo. 21 December 2023, 10:52:26 UTC
454c897 More Compilaiton fixes 21 December 2023, 10:42:15 UTC
982a6bf Bunch of compilation error fix 20 December 2023, 14:22:19 UTC
2d91ede Fix bunch of includes commented more code related to PhysX vehicle movement component 20 December 2023, 13:45:22 UTC
4bf74c0 Use EngineIncludeOrderVersion to Latest. Add missing include paths. 20 December 2023, 12:40:47 UTC
1d34eda Minor build script changes and fix install paths in UE .cs files 20 December 2023, 12:23:32 UTC
4360198 Change build script indentation again. 20 December 2023, 11:59:37 UTC
36e1d08 Modify math utils, change build script indentation. 20 December 2023, 11:57:37 UTC
f1002c1 Multiple C++ and build script fixes. 20 December 2023, 11:37:34 UTC
9f184a6 Minor fix. 20 December 2023, 10:57:29 UTC
b70000f Fix more ConfigureSUMO task dependency issues. 20 December 2023, 10:52:23 UTC
f803e3b Change sqlite obj path. 20 December 2023, 10:48:13 UTC
2e64f64 Fix ConfigureSUMO. 20 December 2023, 10:42:39 UTC
14c49e3 Add boost toolset command line option. 20 December 2023, 10:28:14 UTC
ff305d3 Fix minor error in Configure.py. 20 December 2023, 10:08:55 UTC
3bc4efa Fix incremental builds. 12 December 2023, 08:05:25 UTC
716bde6 Merge branch 'dev' into marcel/ue5.3 01 December 2023, 14:21:55 UTC
116fa1a Misc fixes and improvements. 01 December 2023, 14:21:12 UTC
46a8e37 Fix *.cs issues. 30 November 2023, 16:43:56 UTC
5d3f921 Fix Carla UE include paths. 30 November 2023, 16:43:27 UTC
48fa35f english demo video update 28 November 2023, 10:45:05 UTC
eab641a Merge branch 'dev' into marcel/ue5.3 27 November 2023, 19:37:16 UTC
c869a55 Move from boost optional, variant, shared_ptr, filesystem to STL. Update copyright notices. 27 November 2023, 19:34:03 UTC
06a2c04 Disable Houdini and fix several issues related to Proj and PhysX. 27 November 2023, 16:41:52 UTC
9490ec0 Prevent from segfault on missing SignalReference when loading OpenDrive (#6934) * Prevent from segfault on missing SignalReference when loading OpenDrive Prevent from segfault on failing SignalReference identification when loading OpenDrive files Since boost is compiled without exceptions in CARLA there is no meaningful error handling for boost optional via exceptions. Therefore, a validity check has to be introduced to react on potential issues. * Update changelog --------- Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com> 27 November 2023, 15:18:46 UTC
fb2d231 General progress and fixes, Houdini does not work however. 25 November 2023, 17:51:58 UTC
7b68258 Fix CMakeLists and multigpu errors, upgraded to C++17 and added support for clangd. There are recast&detour errors though. 24 November 2023, 16:51:51 UTC
fb3d37f UE-side build system progress + disable PhysX preemtively. 24 November 2023, 16:35:38 UTC
19680dc Minor changes. 24 November 2023, 07:46:29 UTC
2beb9d0 Minor fixes and switch to versioned boost layout for now. 24 November 2023, 07:43:38 UTC
dd64af4 embedded OASIS demo video (#6944) Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com> 24 November 2023, 07:35:01 UTC
6489eaf Fix typo in comment 24 November 2023, 07:33:40 UTC
7003a7c Fix RSS python code and adapt on updated synchronous mode handling 24 November 2023, 07:33:40 UTC
800b394 Fix build of RSS version with python 3.10 and Ubuntu 22.04 24 November 2023, 07:33:40 UTC
d4d8d68 Fix sqlite build with cl. 24 November 2023, 06:52:40 UTC
645f9c8 Minor changes... 23 November 2023, 23:10:37 UTC
7c92cdc Minor changes. 23 November 2023, 18:06:48 UTC
154cc93 Merge branch 'dev' into marcel/exp/configure 23 November 2023, 18:06:28 UTC
0e308f8 Fix PythonAPI build. 23 November 2023, 16:32:10 UTC
f64c09e small fixes 23 November 2023, 10:39:49 UTC
458f6dd added docs key links 23 November 2023, 10:39:49 UTC
439de84 removed benchmark link 23 November 2023, 10:39:49 UTC
e74523e changed video thumbnail 23 November 2023, 10:39:49 UTC
f40ab65 removed outdated patch instructions 23 November 2023, 10:39:49 UTC
b745d6e removed build status 23 November 2023, 10:39:49 UTC
c461f90 Javiergr cs/recorder doors (#6922) * 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 * Added functionality to the recorder to add door state info * Final update * Correction CarlaRecorder.h * Include correction CarlaRecorderQuery.cpp * Last correction * Changelog update * Last corrections --------- 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> 23 November 2023, 08:36:43 UTC
a9981df More minor progress... 23 November 2023, 06:15:14 UTC
9d5af88 Minor progress... 22 November 2023, 23:50:55 UTC
3dd3668 TaskGraph fixes. 22 November 2023, 16:29:27 UTC
af38a8a TaskGraph WIP. 22 November 2023, 11:22:15 UTC
6928027 More PythonAPI build progress... 21 November 2023, 16:32:55 UTC
17bb3bc PythonAPI WIP. 20 November 2023, 16:59:13 UTC
4fe5d8b Fix OSM2ODR build. 17 November 2023, 22:18:00 UTC
834679d Fix typo in map_town13.md (#6920) * Update map_town13.md Typo: This should be Town 12 17 November 2023, 08:58:40 UTC
a23a14d More progress... 17 November 2023, 00:11:53 UTC
daf8cac Update Configure.py 16 November 2023, 20:02:53 UTC
a3e0ea7 Switch to task graph based configure script. 16 November 2023, 19:55:25 UTC
6f51434 Move Dependencies.json inside of Configure.py 15 November 2023, 20:54:26 UTC
a667726 Merge branch 'marcel/exp/update-script-v2' into marcel/exp/configure 15 November 2023, 18:51:32 UTC
bc6b17c Minor configure script changes. 15 November 2023, 18:50:59 UTC
e4130f6 More progress, fix deprecations and modify CMakeLists.txt 15 November 2023, 18:36:43 UTC
0ac122b Enable RSS build with CARLA 0.9.15 15 November 2023, 14:34:25 UTC
440a349 More progress... 14 November 2023, 19:48:24 UTC
603633c Tidy up of SimReady docs after release (#6910) * added simready instructions * tidied up SimReady instructions * typos 14 November 2023, 12:02:28 UTC
2e50396 adding graph to document 13 November 2023, 08:14:50 UTC
14ebea6 added simready instructions 13 November 2023, 08:12:36 UTC
1510f75 added details from james 13 November 2023, 07:59:58 UTC
53a7a15 fixed imagge path 13 November 2023, 07:59:58 UTC
cb208cb synkrotron docs 13 November 2023, 07:59:58 UTC
25623bf 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 10 November 2023, 11:14:29 UTC
8890249 changelog 10 November 2023, 09:54:28 UTC
89c864f changelog 10 November 2023, 09:31:44 UTC
bac6931 Update .readthedocs.yaml python version to 3.7 (#6893) Changed the python version to 3.7 to address ReadTheDocs build problems 10 November 2023, 09:01:33 UTC
e4421b4 new 0.9.15 version 10 November 2023, 08:43:13 UTC
b23c757 Removed python version option from .readthedocs.yaml (#6892) * added mkdocs config file * deleted .yml file * removed python.version from yaml 10 November 2023, 07:33:24 UTC
638fc0b Modifed .readthedocs.yaml (#6891) * added mkdocs config file * deleted .yml file 09 November 2023, 17:32:44 UTC
back to top