NavigationGoal class
Base class for a goal specification hierarchy.
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, *, position: typing.List[float] = None, radius: typing.Optional[float] = None) -> None
- Method generated by attrs for class NavigationGoal.
- def __ne__(self, other)
- Check equality and either forward a NotImplemented or return the result negated.
Properties
- position: typing.List[float] get set del
- radius: typing.Optional[float] get set del
Method documentation
def habitat. tasks. nav. nav. NavigationGoal. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.