Skip to content

Conversation

MattRoweEAIF
Copy link
Contributor

@MattRoweEAIF MattRoweEAIF commented May 15, 2025

Description

Fixes #

Where has this been tested?

  • Platform(s): ...
  • Python version(s): ...
  • Unreal Engine version(s): ...

Possible Drawbacks


This change is Reviewable

@MattRoweEAIF MattRoweEAIF requested a review from a team as a code owner May 15, 2025 13:05
Copy link

update-docs bot commented May 15, 2025

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update our CHANGELOG.md based on your changes.

@MattRoweEAIF MattRoweEAIF merged commit 8caf584 into ue4-dev May 15, 2025
Blyron added a commit that referenced this pull request May 22, 2025
* Mario/map package docu fix (#8860)

* Updated documentation about creating map packages

Updated documentation about creating map packages

* updated package documentation

2º batch of updates

* Return 0exntent BB when actor is destroyed (#8872)

* Add missing conversion class from vector of WheelTelemetryData to Python list (#8567)

* Invertedai waypoints ue4 (#8619)

* Utilize carla waypoints for IAI waypoint models

* Streamline argument passing

* Minor update

* Test with carla pedestrians. Include Bug fixes

* Add description to latest changes in CHANGELOG

---------

Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>

* Add the wheels into the check of physics being enabled because physics state of wheels are destroyed while deactivating vehicles physics (#8887)

* Fix the call (#8882)

* [Feature] Support of masked materials in instance segmentation (UE4) (#8795)

* Implemented support for masked textures in the instance segmentation. Previously coarse instance segmentations on mainly vegetation and fences are now as fine-grained as in the semantic segmentation.

* Described feature in changelog.

* Added time measurements to Package.* scripts.

* Implemented "batch mode" for generating and cooking  TaggedMaterialsRegistries for multiple packages at once, reducing the packaging time.

* Optimization of TaggedMaterialsRegistry by not duplicating entire materials but only required parts of the material graph.
Had to fix missing include and usage of a private static method in V2X code, which apparently only worked due to Unreal's unity build.

* Updated Sumo Commit Hash to be correct for latest changes (#8894)

* Jorge/update sumo commit hash (#8896)

* Updated Sumo Commit Hash to be correct for latest changes

* Fixing the Commit Hash for OSM2ODR compilation

* Temporary fix for collision determinism test (#8899)

* 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: #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).

* Update PR template

* Disable docs, push build for ue4-dev branch

* Add little precision error for vehicles

* Add assert for each component to not implement __round__ in vector3

* Correct typo

* Add delta off 20% to Determinism tests

* Temporary remove smoke test, to test determinism in jenkins

* restore all smoke tests

---------

Co-authored-by: MattRoweEAIF <125647690+MattRoweEAIF@users.noreply.github.com>
Co-authored-by: Blyron <samaniegoaaron112@gmail.com>
Co-authored-by: glopezdiest <58212725+glopezdiest@users.noreply.github.com>
Co-authored-by: glopezdiest <glopez@cvc.uab.cat>
Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
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>

* Remove setuptools version spec in docs. (#8901)

* Fixes CARLA crashing in PIE, when new tagged materials are created, whose name is already used by another material (e.g. MI_ChargerCop_Interior). (#8908)

* updated mkdocs and jinja and fixed links (#8910)

* Update readthedocs.yml Python version from 3.7 to 3.8 for compatibility (#8912)

* updated mkdocs and jinja and fixed links

* updated readthedocs.yml to use Python 3.8

* Fixed broken links in python_api.md and yml source

* updated mkdocs and jinja and fixed links

* updated readthedocs.yml to use Python 3.8

* fixed links in yml source

* Add possibility to load maps from any place and functionality to remove debug draw strings (#8885)

* Updated lxml and added missing traci (#8916)

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

* Implemented possibility to change CARLA's behavior whether the instance segmentation traverses translucent materials or not. (#8909)

DepthCamera and SemanticSegmentationCamera now also use the TaggedSceneProxies instead of the default ones, such that they also benefit from this feature.
Users can set the desired behavior via World::SetAnnotationsTraverseTranslucency (C++) and world.set_annotations_traverse_translucency (Python).

* Update content version (#8928)

---------

Co-authored-by: Mario <mario.gonzalez@osvf.org>
Co-authored-by: Arik <BBArik@protonmail.com>
Co-authored-by: Frederic Ren <141082125+rf-ivtdai@users.noreply.github.com>
Co-authored-by: Thies de Graaff <thiesdegraaff@gmail.com>
Co-authored-by: Jorge Virgos <164354042+jorge-kabuto@users.noreply.github.com>
Co-authored-by: Luis Poveda Cano <luispovedacano@gmail.com>
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>
Co-authored-by: MarcelPiNacy-CVC <169088301+MarcelPiNacy-CVC@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant