Update CHANGELOG.md (#8487)
Fixed path naming inconsistencies in Python scripts
This commit is contained in:
parent
93fdaa165d
commit
81a87c9c5c
35
CHANGELOG.md
35
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue