BaseVelocityActionConfig class
In Rearrangement only. Corresponds to the base velocity. Contains two continuous actions, the first one controls forward and backward motion, the second the rotation.
Special methods
Data
- allow_back: bool = True
- allow_dyn_slide: bool = True
- ang_speed: float = 10.0
- lin_speed: float = 10.0
- type: str = 'BaseVelAction'
Method documentation
def habitat. config. default_structured_configs. BaseVelocityActionConfig. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.