TargetGoalGpsCompassSensorConfig class
Rearrangement only. Returns the desired goal position of every object that needs to be rearranged in composite tasks, in 2D polar coordinates.
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, type: str = 'TargetGoalGpsCompassSensor') -> None
- def __repr__(self)
Data
Method documentation
def habitat. config. default_structured_configs. TargetGoalGpsCompassSensorConfig. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.