Skip to content

Commit

Permalink
Update CHANGELOG.md (#8487)
Browse files Browse the repository at this point in the history
Fixed path naming inconsistencies in Python scripts
  • Loading branch information
MattRoweEAIF authored Dec 18, 2024
1 parent 93fdaa1 commit 81a87c9
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81a87c9

Please sign in to comment.