Commit Graph

6323 Commits

Author SHA1 Message Date
Daraan d9e10a9456
Merge 5ab4425403 into 2a2cc5f1be 2024-10-14 15:30:29 +02:00
Daraan 5ab4425403
Merge branch 'dev' into doc-fixes 2024-10-14 15:30:26 +02:00
MattRoweEAIF 2a2cc5f1be
added unreal coord system, fixed v2x (#8251) 2024-10-07 15:27:01 +02:00
Daraan 0a095b948d
Merge branch 'dev' into doc-fixes 2024-10-05 16:39:25 +02:00
MattRoweEAIF f7ed6c25e9
fix typo in title (#8225) 2024-09-30 13:45:22 +02:00
Blyron 4feeb77b2b Merge branch 'dev' of https://github.com/carla-simulator/carla into dev 2024-09-25 08:26:25 +02:00
Daniel dad5f5dc7b Added and fixed Client.apply_batch signature 2024-09-23 19:34:28 +02:00
Daniel 944d0e225e Better clarification of WorldSnapshot
- removed deprecated frame_count from example
- also exposed WorldSnapshot.elapsed_seconds
2024-09-23 19:34:28 +02:00
Daniel cdb2664350 Added inverse_transform and fixes for Transform
inverse_transform from #7999
highlighted in-place character
2024-09-23 19:34:28 +02:00
Daniel e9d9a1cd36 corrected World.spaw_actor wrong parameter name 2024-09-23 19:34:28 +02:00
Daniel 9bb1e52581 Missing default value 2024-09-23 19:34:28 +02:00
Daniel dee22b138d Added OpendriveGenerationParameters.__init__ 2024-09-23 19:34:28 +02:00
Daniel a74476e9eb Added space between # and first heading in python_api.md 2024-09-23 19:34:28 +02:00
Daniel fd8d6122dd Apply changes to .md output 2024-09-23 19:34:28 +02:00
Daniel fa0b470a78 Removed reintroduced code of overwritten property 2024-09-23 19:34:28 +02:00
Daniel b5b1168892 Fix Spelling mistakes 2024-09-23 19:34:28 +02:00
Daniel db2697108a Fixed wrong `literal` in doc generation 2024-09-23 19:34:28 +02:00
Ylmdrin 92a6e71c6b
Correcting makefile typo to avoid override warning for target "downloadplugins" (#8167)
The downloadplugins target is already defined below (line 162).
2024-09-20 10:53:29 +02:00
Sergio Paniego Blanco c7339367b9
Fixed typo in CityScapes palette (#8137) 2024-09-13 21:07:25 +02:00
Jorge Virgos 4d09f0a660 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.
2024-09-12 14:26:28 +02:00
AreopagX 9e94feb3a5 navigation information is now loaded when changing maps 2024-09-11 22:01:15 +02:00
Blyron 00df447670 Merge branch 'dev' of https://github.com/carla-simulator/carla into dev 2024-09-02 10:50:07 +02:00
MattRoweEAIF c097d7acf1
added digital twins video (#8090) 2024-08-29 14:58:48 +02:00
Daniel 334740ae53 Fixed Vector arithmetic 2024-08-28 12:58:24 +02:00
Daniel 7633334063 Corrections and additions
more setters
missing, wrong types corrected
spelling
2024-08-28 12:58:24 +02:00
Daniel 2b465bcd66 Improved Callable and callbacks signature 2024-08-28 12:58:24 +02:00
Daniel aec0b261af Added Transform.inverse_transform and corrected signature
parameter is called in_point not in_vector
2024-08-28 12:58:24 +02:00
Daniel 58e0374f4f Corrected [try_]spawn_actor keyword name 2024-08-28 12:58:24 +02:00
Daniel 26dc386724 Improved get_waypoints and Literal type hints 2024-08-28 12:58:24 +02:00
Daniel 798c9e144c Added setters for VehicleControl 2024-08-28 12:58:24 +02:00
Daniel 77856f467c Various fixes
- wrong signatures
- wrong names
2024-08-28 12:58:24 +02:00
Daniel ca81e35d59 Added self parameter to property signatures 2024-08-28 12:58:24 +02:00
Daniel da80757e27 Fixes for wrong stubs
- OpendriveGenerationParameter had no init
- missing @property
- wrong signatures
2024-08-28 12:58:24 +02:00
Daniel 453ceca112 Fix: Enum values were tuples. Added Flag or Int to Enums 2024-08-28 12:58:24 +02:00
Daniel a959577ccf Better usage of Enum if typing.Self is availiable
Using Self will not report an override / incompatible error.
2024-08-28 12:58:24 +02:00
Daniel b061f9e951 Fix spelling mistakes 2024-08-28 12:58:24 +02:00
Daniel f797e1593a Improved get_waypoint disambiguation
correctly added two overload function
2024-08-28 12:58:24 +02:00
Daniel 41e595c056 Corrected and more precise type-hints
- fixed carla.Waypoint.next_until_lane_end
2024-08-28 12:58:24 +02:00
Daniel d9c217ee3c Added stubs for HUD drawing
Functions from #7168
2024-08-28 12:58:24 +02:00
Daniel a089c3b800 Formatted some docstring to be shorter 2024-08-28 12:58:24 +02:00
Daniel 19b892f76b Fix missing @property 2024-08-28 12:58:24 +02:00
Daniel 8df99c0414 Fix intendation shadowing methods 2024-08-28 12:58:24 +02:00
Daniel 2935897950 Added type hints for `values` attribute on enums 2024-08-28 12:58:24 +02:00
Daniel ddb5834e38 Corrected Sensor.is_listening
Was changed to a function in 0.9.15. More info see: https://github.com/carla-simulator/carla/pull/7439
2024-08-28 12:58:24 +02:00
Daniel e765559384 Added undocumented variables
FutureActor
laod_world_if_different
2024-08-28 12:58:24 +02:00
Daniel df1eb25721 Disambiguated get_waypoint signature
Syntax fix (squased)
2024-08-28 12:58:24 +02:00
Daniel caac503fdb Fixed CityObjectLabels 2024-08-28 12:58:24 +02:00
Daniel 4c086ad7d9 ActorList.filter actually returns ActorList 2024-08-28 12:58:24 +02:00
Daniel 1d4450b026 Filled in missing information and types. 2024-08-28 12:58:24 +02:00
Daniel 0197e0ae5b FIX: added ApplyTransform, fixed ApplyTorque 2024-08-28 12:58:24 +02:00