Commit Graph

6489 Commits

Author SHA1 Message Date
Marcel Pi f667df6110 More fixes (3). 2023-12-28 00:44:13 +01:00
Marcel Pi 8fd6986b0e More fixes (2). 2023-12-27 23:36:20 +01:00
Marcel Pi 35c25e768d More fixes. 2023-12-27 19:43:25 +01:00
Marcel Pi 1b95305b53 Add requirements.txt, fix sqlite build issue and add casts. 2023-12-21 16:02:48 +01:00
Marcel Pi b7477dab1d Add .vscode and tasks.json. 2023-12-21 12:24:23 +01:00
Marcel Pi e5ca821e13 Change source rpclib repo. 2023-12-21 11:52:26 +01:00
Aaron Samaniego 454c897136 More Compilaiton fixes 2023-12-21 11:42:15 +01:00
Aaron Samaniego 982a6bfcea Bunch of compilation error fix 2023-12-20 15:22:19 +01:00
Aaron Samaniego 2d91edee88 Fix bunch of includes commented more code related to PhysX vehicle movement component 2023-12-20 14:45:22 +01:00
Marcel Pi 4bf74c00ba Use EngineIncludeOrderVersion to Latest. Add missing include paths. 2023-12-20 13:40:47 +01:00
Marcel Pi 1d34eda29b Minor build script changes and fix install paths in UE .cs files 2023-12-20 13:23:32 +01:00
Marcel Pi 4360198f76 Change build script indentation again. 2023-12-20 12:59:37 +01:00
Marcel Pi 36e1d08bc2 Modify math utils, change build script indentation. 2023-12-20 12:57:37 +01:00
Marcel Pi f1002c19b3 Multiple C++ and build script fixes. 2023-12-20 12:37:34 +01:00
Marcel Pi 9f184a6ea6 Minor fix. 2023-12-20 11:57:29 +01:00
Marcel Pi b70000f969 Fix more ConfigureSUMO task dependency issues. 2023-12-20 11:52:23 +01:00
Marcel Pi f803e3bd7a Change sqlite obj path. 2023-12-20 11:48:13 +01:00
Marcel Pi 2e64f64dfb Fix ConfigureSUMO. 2023-12-20 11:42:39 +01:00
Marcel Pi 14c49e3f43 Add boost toolset command line option. 2023-12-20 11:28:14 +01:00
Marcel Pi ff305d3b69 Fix minor error in Configure.py. 2023-12-20 11:08:55 +01:00
Marcel Pi 3bc4efaefd Fix incremental builds. 2023-12-12 09:05:25 +01:00
Marcel Pi 716bde642b Merge branch 'dev' into marcel/ue5.3 2023-12-01 15:21:55 +01:00
Marcel Pi 116fa1afe3 Misc fixes and improvements. 2023-12-01 15:21:12 +01:00
Marcel Pi 46a8e37784 Fix *.cs issues. 2023-11-30 17:43:56 +01:00
Marcel Pi 5d3f9219af Fix Carla UE include paths. 2023-11-30 17:43:27 +01:00
MattRoweEAIF 48fa35f1da english demo video update 2023-11-28 11:45:05 +01:00
Marcel Pi eab641aefb Merge branch 'dev' into marcel/ue5.3 2023-11-27 20:37:16 +01:00
Marcel Pi c869a55b0b Move from boost optional, variant, shared_ptr, filesystem to STL. Update copyright notices. 2023-11-27 20:34:03 +01:00
Marcel Pi 06a2c0467f Disable Houdini and fix several issues related to Proj and PhysX. 2023-11-27 17:41:52 +01:00
berndgassmann 9490ec085d
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>
2023-11-27 16:18:46 +01:00
Marcel Pi fb2d231c75 General progress and fixes, Houdini does not work however. 2023-11-25 18:51:58 +01:00
Marcel Pi 7b68258a3f Fix CMakeLists and multigpu errors, upgraded to C++17 and added support for clangd. There are recast&detour errors though. 2023-11-24 17:51:51 +01:00
Marcel Pi fb3d37fc50 UE-side build system progress + disable PhysX preemtively. 2023-11-24 17:35:38 +01:00
Marcel Pi 19680dcc1d Minor changes. 2023-11-24 08:46:29 +01:00
Marcel Pi 2beb9d0758 Minor fixes and switch to versioned boost layout for now. 2023-11-24 08:43:38 +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
Bernd Gassmann 6489eafa4c Fix typo in comment 2023-11-24 08:33:40 +01:00
Bernd Gassmann 7003a7cfbf Fix RSS python code
and adapt on updated synchronous mode handling
2023-11-24 08:33:40 +01:00
Bernd Gassmann 800b394d2a Fix build of RSS version with python 3.10 and Ubuntu 22.04 2023-11-24 08:33:40 +01:00
Marcel Pi d4d8d683be Fix sqlite build with cl. 2023-11-24 07:52:40 +01:00
Marcel Pi 645f9c8e87 Minor changes... 2023-11-24 00:10:37 +01:00
Marcel Pi 7c92cdc88f Minor changes. 2023-11-23 19:06:48 +01:00
Marcel Pi 154cc931f1 Merge branch 'dev' into marcel/exp/configure 2023-11-23 19:06:28 +01:00
Marcel Pi 0e308f81ae Fix PythonAPI build. 2023-11-23 17:32:10 +01:00
MattRoweEAIF f64c09e2f6 small fixes 2023-11-23 11:39:49 +01:00
MattRoweEAIF 458f6dde14 added docs key links 2023-11-23 11:39:49 +01:00
MattRoweEAIF 439de84399 removed benchmark link 2023-11-23 11:39:49 +01:00
MattRoweEAIF e74523e5e8 changed video thumbnail 2023-11-23 11:39:49 +01:00
MattRoweEAIF f40ab65904 removed outdated patch instructions 2023-11-23 11:39:49 +01:00
MattRoweEAIF b745d6eeff removed build status 2023-11-23 11:39:49 +01:00