Commit Graph

6309 Commits

Author SHA1 Message Date
Blyron 27b1490990 Fix OSM2ODR build 2024-05-07 10:49:47 +02:00
Blyron 5be0e2fd17 Fix OSM2ODR build 2024-05-06 16:29:17 +02:00
Daniel Grimm 7a540559a9 function name camel case 2024-05-03 12:23:02 +02:00
Daniel Grimm 441372b369 removed structs, simple calc 2024-05-03 12:23:02 +02:00
Daniel Grimm b3f0dbea66 remove doubled defs 2024-05-03 12:23:02 +02:00
Daniel Grimm bace2f1aab comments and formatting 2024-05-03 12:23:02 +02:00
Daniel Grimm 780234b9a6 add EOF 2024-05-03 12:23:02 +02:00
Daniel Grimm 52375d099b add changelog 2024-05-03 12:23:02 +02:00
Daniel Grimm 7be2803454 add EOFs 2024-05-03 12:23:02 +02:00
Daniel Grimm f9a49c50a4 remove ignore file 2024-05-03 12:23:02 +02:00
Daniel Grimm 079f822911 remove comment 2024-05-03 12:23:02 +02:00
Daniel Grimm c7cfdad9a3 v2x 2nd try 2024-05-03 12:23:02 +02:00
xavisolesoft 4da350ab2d Unzip quiet 2024-05-02 09:10:31 +02:00
xavisolesoft 1071001114 Fix windows 2024-05-02 09:10:31 +02:00
xavisolesoft a1fb7a9596 Implement OSM2ODR download retry for linux 2024-05-02 09:10:31 +02:00
Xavier Solé Nogués e351561eea Retry OSM2ODR download 2024-05-02 09:10:31 +02:00
Xavier Solé Nogués e9f6693f1e Disable use less CPU in background 2024-04-29 13:16:27 +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
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