Update CHANGELOG.md (#8487)

Fixed path naming inconsistencies in Python scripts
This commit is contained in:
MattRoweEAIF 2024-12-18 13:05:59 +01:00 committed by GitHub
parent 93fdaa165d
commit 81a87c9c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 18 deletions

View File

@ -27,24 +27,23 @@
- Semantic segmentation can now be visualized in UE editor for debugging
- Only supports meshes with Nanite enabled
* Included support to data-driven realistic traffic generation powered by InvertedAI
* Updated Python API scripts with extra examples:
- invertedai_traffic.py
- manual_control_with_traffic.py
- interpolate_camera.py
- vehicle_doors_demo.py
- vehicle_lights_demo.py
- visualize_radar.py
- ros2_native.py
- tools/generate_video_from_frames.py
- utils/apply_textures.py
- utils/change_map_layer.py
- utils/manage_environment_objects.py
- utils/manage_traffic_light.py
- utils/recorder_comparer.py
- utils/show_crosswalks.py
- utils/show_junctions.py
- utils/show_topology.py
- utils/spectator_transform.py
* Updated Python API scripts with extra examples in the PythonAPI folder:
- examples/invertedai_traffic.py
- examples/interpolate_camera.py
- examples/vehicle_doors_demo.py
- examples/vehicle_lights_demo.py
- examples/visualize_radar.py
- examples/ros2_native.py
- util/tools/generate_video_from_frames.py
- util/apply_texture.py
- util/change_map_layer.py
- util/manage_environment_objects.py
- util/manage_traffic_light.py
- util/recorder_comparer.py
- util/show_crosswalks.py
- util/show_junctions.py
- util/show_topology.py
- util/spectator_transform.py
* Motion blur disabled below 1080p resolution to avoid artefacts
* Python API now supports Python 3.8, 3.9, 3.10, 3.11 and 3.12
* Python API support dropped for Python versions 3.7 and lower