Commit Graph

6292 Commits

Author SHA1 Message Date
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
luhongliang 9a75c16706 Possible null pointer access during master-slave synchronization 2024-04-29 08:48:30 +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
Jose 20a4a46182
Removing HoudiniEngine plugin and main references (#7450)
* Removing Houdini plugin

* Restore HoudiniEngine ignore from .gitignore

---------

Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
2024-04-17 11:45:45 +02:00
Blyron e55a4ef1c0
Aaron/collisionsensorfix (#7445)
* Adding test for collision sensor

* Added Collision to root meshes and different mesh collision depending on mesh type, exposing function to Blueprint

* Removing logs

* Applying suggestions
2024-04-17 11:43:29 +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
Xavier Solé Nogués 5992cdbb06
Fix zlib primary download link (#7414) 2024-04-12 13:26:27 +02:00
Blyron f477ddb18d
Fix Syntax Error (#7412) 2024-04-12 11:20:54 +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
Michal Sojka b6b4b4f138 libcarla: Fix compile error with gcc >=13
The error was:

    LibCarla/source/carla/client/FileTransfer.h:31:57: error: 'uint8_t' was not declared in this scope
       31 |     static bool WriteFile(std::string path, std::vector<uint8_t> content);
          |                                                         ^~~~~~~
2024-03-26 10:32:14 +01:00
Axel a12a137c86 Added restore_physx_physics function 2024-03-25 17:01:52 +01:00
Kapler 80af6025b3 Fix the misuse of the traci module in line 304 of sumo_simulation.py
"sumolib" is not a submodule of "traci", which is why the error "module 'traci' has no attribute 'sumolib'" occurs. To fix this, remove the reference to "traci."
2024-03-20 11:18:07 +01:00
xavisolesoft 2353b89a18 Add change to the changelog 2024-03-20 11:17:09 +01:00
xavisolesoft cde95817ca ROS2Native: Force fast-dds dependencies download to avoid build crash when boost_asio and tinyxml2 are not installed in the system 2024-03-20 11:17:09 +01:00
xavisolesoft 3fdd2c2e52 Add change log. 2024-03-19 12:25:01 +01:00
xavisolesoft c0409b937d ROS2: Force foonathan memory vendor lib to build even ROS2 is installed on the system 2024-03-19 12:25:01 +01:00
Daraan 7c9233bb54
Fixing distro deprecation in setup.py and failing installation on pure Debian (#6802)
* Fixed distro deprecation, failing on Debian

* Updated CHANELOG.md for distro deprecation

* Update setup.py

Substituted double occurring list.

---------

Co-authored-by: Daniel@copernicus <daniel.sperber@mail.uni-mannheim.de>
2024-03-18 10:41:05 +01:00
javiergrCS 3eb9a76263
Javiergr cs/get socket names (#7170)
* Added new function to obtain the name of all actor sockets

* Updating CHANGELOG.md

* Simplifying code of get_actor_socket_names function

---------

Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
2024-03-13 23:02:00 +01:00
Andrew Patrikalakis fda970b881 Allow GetVehiclePhysicsControl to succeed when physics is off 2024-03-13 23:01:00 +01:00
Andrew Patrikalakis d7228f7467 Have commandlet work with default material 2024-03-13 10:37:06 +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
Aaron e51f09fb02 Added const 2024-03-07 12:36:53 +01:00
Aaron 94df1fbe9b Trimed whitespaces 2024-03-07 12:36:53 +01:00
Aaron 7a3a9a3178 update changelog.md 2024-03-07 12:36:53 +01:00
Aaron caca5f02e8 Added IMUI gravity parameter 2024-03-07 12:36:53 +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
Ruben Abad 378ac59f3d fix error trying to archive Unreal logs that won't exist if big package is not generated 2024-02-22 14:04:36 +01:00
Ruben Abad a3a6c3e21c Merge branch 'dev' of github.com:carla-simulator/carla into ruben/jenkins_migration 2024-02-21 17:14:16 +01:00
Ruben Abad 86e5bd8adf fix skip build big package on PRs 2024-02-21 17:13:50 +01:00
Ruben Abad fe3cc9a3b4 Merge branch 'ruben/jenkins_migration' of github.com:carla-simulator/carla into dev 2024-02-21 12:56:56 +01:00
Ruben Abad 637ea57a60 Merge branch 'dev' of github.com:carla-simulator/carla into dev 2024-02-21 12:56:31 +01:00
Daraan 694ad122ac
Bugfixes for python agents obstacle detection when empty vehicle_list is passed. (#7142)
* Bugfix for empty vehicle_list

Bug description: When an empty list is passed this fills the list with all vehicles; this is not intended. 

1) This does not allow to pass an empty list, e.g. if no vehicles are nearby.

2) On a map without pedestrians, this code is also used with an empty list which then detects cars as pedestrians.

* Update CHANGELOG.md with agent bugfix note

---------

Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
2024-02-21 11:46:20 +01:00
Ruben Abad 3930da297a Merge branch 'dev' of github.com:carla-simulator/carla into ruben/jenkins_migration 2024-02-21 10:19:32 +01:00
Ruben Abad 5175b44828 fix syntax error 2024-02-21 10:18:51 +01:00
Ruben Abad dd0fd15e9e fix sh syntax 2024-02-20 16:50:14 +01:00
Blyron c0abf59983
Aaron/digital twins add local file (#7167)
* Added timers to setup.sh for downloading and unzipping

* Adding support for local XODRs

* Added allowtorendering to generate tile commandlet and make sure it works with local files

* Update Changelog

* Updated OpenDrive To Map
2024-02-20 15:01:30 +01:00
Ruben Abad 1a873b6906 fix syntax 2024-02-20 14:21:55 +01:00
Ruben Abad 121b58b025 fix condition check to make big package 2024-02-20 12:56:52 +01:00
Ruben Abad 87c267eccf testing change 2024-02-20 12:12:58 +01:00
Ruben Abad 7373d08cfb prevent big package generation on PR 2024-02-20 11:57:25 +01:00
Ruben Abad ea055907c8 get dependencies from cache 2024-02-20 11:42:11 +01:00
Ruben Abad 234e12fdc7 use a node to get dependencies (test) 2024-02-20 11:16:07 +01:00