-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typing and modernisation of Agent code #8072
Merged
+117
−65
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
4952c74
added cpp client build docs (#7942)
MattRoweEAIF 5c2d297
fixed IMU units (#7960)
MattRoweEAIF 32f97ea
Merge branch 'dev' of https://github.com/carla-simulator/carla into dev
Blyron 29fbcce
Update README.md with new TinyURL links (#7988)
MattRoweEAIF eeb507e
Added inverse transform (#7999)
glopezdiest e83b79b
Merge branch 'dev' of https://github.com/carla-simulator/carla into dev
Blyron f2695a1
Aaron/fixwheelchair (#8001)
Blyron 1ef3f55
Docs/unit updates (#8007)
MattRoweEAIF fd44ea0
Add a `*.pyi` file for auto-completion & hints.
Minokori 951fcc4
Fixes and missing Iterators
Daraan be8735f
Fixed Actor.parent
Daraan bc6e7cd
Fixed missing return types
Daraan 251b293
Updated changelog
Daraan 7b2c1db
Added DSVEventArray iterator
Daraan f275e47
Added missing type for Labelled Point
Daraan 4c1104d
Fixed spelling misstakes
Daraan 755c0d8
Removed wrong unit indication
Daraan 232cb8c
Added missing -> World to load_world
Daraan a0cff71
Added missing return value to reload_world
Daraan de33210
FIX: __init__ methods do not return
Daraan 0197e0a
FIX: added ApplyTransform, fixed ApplyTorque
Daraan 1d4450b
Filled in missing information and types.
Daraan 4c086ad
ActorList.filter actually returns ActorList
Daraan caac503
Fixed CityObjectLabels
Daraan df1eb25
Disambiguated get_waypoint signature
Daraan e765559
Added undocumented variables
Daraan ddb5834
Corrected Sensor.is_listening
Daraan 2935897
Added type hints for `values` attribute on enums
Daraan 8df99c0
Fix intendation shadowing methods
Daraan 19b892f
Fix missing @property
Daraan a089c3b
Formatted some docstring to be shorter
Daraan d9c217e
Added stubs for HUD drawing
Daraan 41e595c
Corrected and more precise type-hints
Daraan f797e15
Improved get_waypoint disambiguation
Daraan b061f9e
Fix spelling mistakes
Daraan a959577
Better usage of Enum if typing.Self is availiable
Daraan 453ceca
Fix: Enum values were tuples. Added Flag or Int to Enums
Daraan da80757
Fixes for wrong stubs
Daraan ca81e35
Added self parameter to property signatures
Daraan 77856f4
Various fixes
Daraan 798c9e1
Added setters for VehicleControl
Daraan 26dc386
Improved get_waypoints and Literal type hints
Daraan 58e0374
Corrected [try_]spawn_actor keyword name
Daraan aec0b26
Added Transform.inverse_transform and corrected signature
Daraan 2b465bc
Improved Callable and callbacks signature
Daraan 7633334
Corrections and additions
Daraan 334740a
Fixed Vector arithmetic
Daraan c097d7a
added digital twins video (#8090)
MattRoweEAIF 00df447
Merge branch 'dev' of https://github.com/carla-simulator/carla into dev
Blyron 279351a
Typing for GlobalRoutePlanner
Daraan 1d42020
0.9.13+ modernisation of code
Daraan 555ab73
made function static
Daraan 9879cbd
Updated changelog
Daraan 0664c4d
fixed spelling mistakes
Daraan bb2566d
No unnecessary inheritance from object and empty class brackets & other
Daraan 9e94feb
navigation information is now loaded when changing maps
AreopagX 4d09f0a
Porting the changes done to UE5 to fix the recording leak to UE4
jorge-kabuto c733936
Fixed typo in CityScapes palette (#8137)
sergiopaniego 92a6e71
Correcting makefile typo to avoid override warning for target "downlo…
Ylmdrin 4feeb77
Merge branch 'dev' of https://github.com/carla-simulator/carla into dev
Blyron f7ed6c2
fix typo in title (#8225)
MattRoweEAIF 88cab6e
Merge branch 'dev' into agent-modernisation
Daraan 2a2cc5f
added unreal coord system, fixed v2x (#8251)
MattRoweEAIF 4a6f61e
Merge branch 'dev' into agent-modernisation
glopezdiest 07a23e0
Merge remote-tracking branch 'origin/ue4-dev' into agent-modernisation
Daraan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
functions were unused