carla/Util/BuildTools
Blyron 43441c7beb
Dev (#8185)
* added cpp client build docs (#7942)

* fixed IMU units (#7960)

* Update README.md with new TinyURL links (#7988)

* Added inverse transform (#7999)

Co-authored-by: glopezdiest <glopez@cvc.uab.cat>

* Aaron/fixwheelchair (#8001)

* Fix OSM2ODR build

* Updated fix wheelchair default value

* Docs/unit updates (#8007)

* fixed IMU units

* updated autitwheel version

* Add a `*.pyi` file for auto-completion & hints.

To enable auto-completion and hints in code editors such as VScode, create a `*.pyi` file. This feature is compatible with `python 3.9` and later versions.

* Fixes and missing Iterators

* Fixed Actor.parent

Can be None or an Actor

* Fixed missing return types

* Updated changelog

needs merge with dev version

* Added DSVEventArray iterator

* Added missing type for Labelled Point

* Fixed spelling misstakes

* Removed wrong unit indication

* Added missing -> World to load_world

* Added missing return value to reload_world

* FIX: __init__ methods do not return

* FIX: added ApplyTransform, fixed ApplyTorque

* Filled in missing information and types.

* ActorList.filter actually returns ActorList

* Fixed CityObjectLabels

* Disambiguated get_waypoint signature

Syntax fix (squased)

* Added undocumented variables

FutureActor
laod_world_if_different

* Corrected Sensor.is_listening

Was changed to a function in 0.9.15. More info see: https://github.com/carla-simulator/carla/pull/7439

* Added type hints for `values` attribute on enums

* Fix intendation shadowing methods

* Fix missing @property

* Formatted some docstring to be shorter

* Added stubs for HUD drawing

Functions from #7168

* Corrected and more precise type-hints

- fixed carla.Waypoint.next_until_lane_end

* Improved get_waypoint disambiguation

correctly added two overload function

* Fix spelling mistakes

* Better usage of Enum if typing.Self is availiable

Using Self will not report an override / incompatible error.

* Fix: Enum values were tuples. Added Flag or Int to Enums

* Fixes for wrong stubs

- OpendriveGenerationParameter had no init
- missing @property
- wrong signatures

* Added self parameter to property signatures

* Various fixes

- wrong signatures
- wrong names

* Added setters for VehicleControl

* Improved get_waypoints and Literal type hints

* Corrected [try_]spawn_actor keyword name

* Added Transform.inverse_transform and corrected signature

parameter is called in_point not in_vector

* Improved Callable and callbacks signature

* Corrections and additions

more setters
missing, wrong types corrected
spelling

* Fixed Vector arithmetic

* added digital twins video (#8090)

* navigation information is now loaded when changing maps

* Porting the changes done to UE5 to fix the recording leak to UE4

The slowdown is considerably more noticeable here since the engine runs much smoother. This makes evident that this is a stopgap measure, and should be looked into further down the line.

* Fixed typo in CityScapes palette (#8137)

* Correcting makefile typo to avoid override warning for target "downloadplugins" (#8167)

The downloadplugins target is already defined below (line 162).

---------

Co-authored-by: MattRoweEAIF <125647690+MattRoweEAIF@users.noreply.github.com>
Co-authored-by: glopezdiest <58212725+glopezdiest@users.noreply.github.com>
Co-authored-by: glopezdiest <glopez@cvc.uab.cat>
Co-authored-by: Minokori <73998474+Minokori@users.noreply.github.com>
Co-authored-by: Daniel <github.blurry@9ox.net>
Co-authored-by: AreopagX <49414432+AreopagX@users.noreply.github.com>
Co-authored-by: Jorge Virgos <jorgevirgos.dev@gmail.com>
Co-authored-by: Sergio Paniego Blanco <sergiopaniegoblanco@gmail.com>
Co-authored-by: Ylmdrin <150919430+Ylmdrin@users.noreply.github.com>
2024-09-25 08:37:39 +02:00
..
Ad-rss.sh Fix build of RSS version with python 3.10 and Ubuntu 22.04 2023-11-24 08:33:40 +01:00
BuildCarlaUE4.bat add removing houdini to be removed 2024-05-13 18:21:19 +02:00
BuildCarlaUE4.sh remove Houdini in Linux 2024-05-13 18:21:19 +02:00
BuildLibCarla.bat Add build support for VS2022 and Ninja for LibCarla and osm2odr on Windows 2023-09-27 12:18:16 +02:00
BuildLibCarla.sh Fix build of RSS version with python 3.10 and Ubuntu 22.04 2023-11-24 08:33:40 +01:00
BuildOSM2ODR.bat Fix OSM2ODR build 2024-05-07 10:49:47 +02:00
BuildOSM2ODR.sh Unzip quiet 2024-05-02 09:10:31 +02:00
BuildOSMRenderer.bat Digital Twins first iteration (#6260) 2023-03-03 17:26:48 +01:00
BuildOSMRenderer.sh Set commit for download libsomscout 2023-11-07 15:37:50 +01:00
BuildPythonAPI.bat Remove py dependency. 2024-02-19 14:01:39 +01:00
BuildPythonAPI.sh avoid using python system version to audit wheel 2024-05-16 17:57:48 +02:00
BuildUE4Plugins.bat Digital Twins 0.2 version (#6768) 2023-10-31 11:24:22 +01:00
BuildUE4Plugins.sh Digital Twins 0.2 version (#6768) 2023-10-31 11:24:22 +01:00
BuildUtilsDocker.sh Updating wget when downloading fbxsdk 2022-08-26 09:55:42 +02:00
Check.sh Fix output to xml 2021-03-04 18:29:42 +01:00
Deploy.bat Saving AdditionalMaps in nightly build 2023-04-14 08:41:52 +02:00
Deploy.sh test backblaze copy 2024-01-25 17:43:46 +01:00
Environment.sh Fixed build always reporting success even if failed. 2020-12-18 11:47:39 +01:00
Import.py Fix import script when mixing props and maps 2021-11-05 18:48:33 +01:00
Import.sh [Traffic Manager] InMemoryMap binary file (#4424) 2021-07-28 14:44:54 +02:00
Linux.mk Dev (#8185) 2024-09-25 08:37:39 +02:00
Linux.mk.help Few fixes 2019-07-10 01:35:47 +02:00
Package.bat Remove py dependency. 2024-02-19 14:01:39 +01:00
Package.sh make ROS2 in a separate package 2023-11-08 22:29:28 +01:00
Plugins.bat Adding make commands to retrieve the Plugins (#3017) 2020-07-17 12:36:49 +02:00
Plugins.sh force using bash instead of sh to avoid '[['as an error 2024-02-19 15:10:46 +01:00
Prettify.sh Fixed build script parsing arguments. 2020-10-02 11:51:37 +02:00
Setup.bat ROS2: Force foonathan memory vendor lib to build even ROS2 is installed on the system 2024-03-19 12:25:01 +01:00
Setup.sh revert patchelf version to 0.12 (#7681) 2024-05-21 15:05:12 +02:00
Vars.mk Ros2 (#6862) 2023-11-06 12:34:07 +01:00
Windows.mk Digital Twins 0.2 version (#6768) 2023-10-31 11:24:22 +01:00
Windows.mk.help Added client and server commands to build 2019-02-12 15:07:17 +01:00
enable_carsim_to_uproject.py Added python script to edit uproject file. 2020-12-11 16:59:44 +01:00
uncrustify-ue4.cfg Add uncrustify config for UE4 2018-10-19 12:46:31 +02:00
uncrustify.cfg Replace Linux build system 2018-07-04 19:08:42 +02:00