Commit Graph

6080 Commits

Author SHA1 Message Date
Ruben Abad 8d181b666b move Jenkinsfile_new to Jenkinsfile 2024-01-25 16:56:16 +01:00
Ruben Abad bf385474db Merge branch 'dev' of github.com:carla-simulator/carla into ruben/jenkins_migration 2024-01-25 16:17:47 +01:00
Ruben Abad b2454be45f minor changes 2024-01-25 16:10:54 +01:00
Ruben Abad 86dcd957bf gpu machine does git checkout 2024-01-18 01:39:49 +01:00
Ruben Abad b33c949e43 basic pipeline stages to test 2024-01-17 13:45:52 +01:00
Ruben Abad c26ba1c52b fix bad filename to uncompress 2024-01-17 12:26:15 +01:00
Ruben Abad f5a629d718 delete duplicated stage 2024-01-17 11:43:11 +01:00
Ruben Abad 9caf9303e6 spliting documentation in 2 stages and use scmGit for managing documentation repo access 2024-01-17 11:40:11 +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
Ruben Abad 46aee85032 option error 2024-01-15 20:23:49 +01:00
Ruben Abad 534a2ea21d increase doc repo fetch timeout 2024-01-15 20:22:31 +01:00
Ruben Abad b1e695b5b1 configure timeout for doc repo checkout 2024-01-15 17:27:23 +01:00
Ruben Abad ccc6764353 ubuntu doxygen generation test 2024-01-15 15:12:55 +01:00
Ruben Abad 4471a2c51b avoid doing repo checkout on testing node 2024-01-15 12:45:17 +01:00
Ruben Abad 4f5a7ece8f comment windows stages 2024-01-11 14:55:01 +01:00
Ruben Abad 3a24ec59a0 remove commented code 2024-01-11 14:54:00 +01:00
Ruben Abad b92bff4429 fix branch name for testing 2024-01-11 14:49:13 +01:00
Ruben Abad a1a7faeb60 fix error on check 2024-01-10 18:26:55 +01:00
Ruben Abad f292becab4 fix use a new oficial boost repo 2024-01-10 17:32:24 +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
Ruben Abad d29e596330 test only using python 3 2023-12-24 12:53:29 +01:00
Ruben Abad b4d61aeae5 delete test node creation 2023-12-21 15:25:50 +01:00
Ruben Abad 27845c08e5 revert build for python2 too 2023-12-21 13:55:49 +01:00
MattRoweEAIF 1c9d8663b4
specified CMake version 3.15 for windows build (#7019) 2023-12-20 16:47:18 +01:00
Ruben Abad 7d9ca7def6 build python api only for python 3 2023-12-20 15:10:33 +01:00
Ruben Abad ae19bb4c26 using global path for the setEnv script on windows 2023-12-20 11:53:54 +01:00
Ruben Abad d76173993b update build to use python 3.8 2023-12-19 11:39:03 +01:00
Ruben Abad b819319531 code for testing 2023-12-18 14:49:19 +01:00
Ruben Abad 5c1afc1d26 fix error 2023-12-18 14:45:39 +01:00
Ruben Abad 5e41b69a00 code for testing 2023-12-18 14:43:45 +01:00
Ruben Abad ae2e4118f8 fix expression 2023-12-18 14:39:39 +01:00
Ruben Abad 718875708c clean close comment token 2023-12-18 12:54:46 +01:00
synkrotron 86fcfe5e80
Fix problems of lanemarking generation and tree generation (#7006)
Co-authored-by: xiaofei <13319202082@163.com>
2023-12-18 10:02:33 +01:00
Ruben Abad b9a973d0df update jenkinsfile_new with complete pipeline but without updating repos 2023-12-14 10:45:34 +01:00
MattRoweEAIF 60af913923
corrected tutorials page (#7000) 2023-12-13 13:50:28 +01:00
xiaofei 43a1436c65 Fix GenerateLaneMarksForCenterLine problem 2023-12-13 10:07:42 +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
Ruben Abad a395f62a64 add initial jenkinsfile for working in CVC servers 2023-12-12 16:13:11 +01:00
MattRoweEAIF 48fa35f1da english demo video update 2023-11-28 11:45:05 +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
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
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