carla/PythonAPI/examples
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
..
rss Fix RSS python code 2023-11-24 08:33:40 +01:00
.gitignore Changes to PR: Adding .gitignore file. 2019-07-04 09:21:59 +02:00
V2XDemo.py comments and formatting 2024-05-03 12:23:02 +02:00
automatic_control.py Adding some pedestrians generation 3 2023-06-16 20:41:06 +02:00
client_bounding_boxes.py Fixed client_bounding_boxes example script (#1962) 2019-08-02 15:52:16 +02:00
draw_skeleton.py Adding example of python script to draw skeleton bones 2021-11-09 17:10:06 +01:00
dynamic_weather.py Updated weather scripts 2020-02-04 10:39:01 +01:00
generate_traffic.py Dev (#8185) 2024-09-25 08:37:39 +02:00
get_component_test.py Update changelog for get-transform-component changes 2024-02-12 13:14:13 +01:00
lidar_to_camera.py replaced os.system approach with os.mkdir 2021-08-10 09:16:52 +02:00
manual_control.py Adding some pedestrians generation 3 2023-06-16 20:41:06 +02:00
manual_control_carsim.py Adding new attachment type 'SpringArmGhost' 2022-09-28 13:54:04 +02:00
manual_control_chrono.py Added restore_physx_physics function 2024-03-25 17:01:52 +01:00
manual_control_steeringwheel.py Update manual_control_steeringwheel.py 2021-11-10 14:54:45 +01:00
no_rendering_mode.py Fixed issues with new map.name 2021-08-02 16:36:28 +02:00
open3d_lidar.py Fixed open3d example name 2020-09-18 17:24:56 +02:00
requirements.txt Updated requirements.txt with Pillow 2020-10-27 17:22:02 +01:00
sensor_synchronization.py Minor spelling fix 2020-11-11 11:17:52 +01:00
show_recorder_actors_blocked.py Update license year 2019-03-30 14:29:57 +01:00
show_recorder_collisions.py Update license year 2019-03-30 14:29:57 +01:00
show_recorder_file_info.py Determinism for Traffic Manager (#3333) 2020-09-22 15:20:52 +02:00
start_recording.py Modified also start_recording script 2021-08-02 16:36:28 +02:00
start_replaying.py adding --ignore-spectator to the replayer 2023-02-06 14:17:51 +01:00
synchronous_mode.py Improve synchronous_mode.py 2019-07-09 18:46:09 +02:00
test_addsecondvx.py comments and formatting 2024-05-03 12:23:02 +02:00
tutorial.py Reset files back to default state 2021-05-17 20:56:46 +02:00
tutorial_gbuffer.py Some sensors are forced to be always on the primary server in multi-gpu mode 2022-12-20 13:18:19 +01:00
vehicle_gallery.py Make on_tick and wait_for_tick pass WorldSnapshot instead of Timestamps 2019-06-20 18:06:13 +02:00
vehicle_physics.py Fix format tabs/newlines 2020-09-23 20:40:44 +02:00
visualize_multiple_sensors.py vehicle name bugfix 2021-08-10 09:16:52 +02:00