BumpSensor class
Wrapper for non-visual navmesh collision Sensors. See Sensor parent class for more details.
Methods
- def get_observation(self, *args: typing.Any, **kwargs: typing.Any) -> typing.Any
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, *args: typing.Any, **kwargs: typing.Any) -> None
Method documentation
def habitat. core. simulator. BumpSensor. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.