habitat.config.default_structured_configs.InitialGpsCompassSensorConfig class

Rearrangement only. Returns the relative distance to the initial starting location of the agent in 2D polar coordinates.

Special methods

def __format__(self, format_spec, /)
Default object formatter.
def __init__(self, type: str = 'InitialGpsCompassSensor') -> None
def __repr__(self)

Data

type: str = 'InitialGpsCompassSensor'

Method documentation

def habitat.config.default_structured_configs.InitialGpsCompassSensorConfig.__format__(self, format_spec, /)

Default object formatter.

Return str(self) if format_spec is empty. Raise TypeError otherwise.