Fix intendation shadowing methods
This commit is contained in:
parent
2935897950
commit
8df99c0414
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue