Fix intendation shadowing methods

This commit is contained in:
Daniel 2024-07-24 11:36:29 +02:00 committed by Blyron
parent 2935897950
commit 8df99c0414
1 changed files with 51 additions and 45 deletions

View File

@ -5031,7 +5031,13 @@ class WorldSnapshot():
# endregion
class command():
"""
Submodule with commands that can be used with `carla.Client.apply_batch`
and `carla.Client.apply_batch_sync`.
"""
class ApplyAngularImpulse():
"""Command adaptation of `add_angular_impulse()` in `carla.Actor`. Applies an angular impulse to an actor.