class
NavigationGoalBase class for a goal specification hierarchy.
Special methods
- def __init__(self, *, position: typing.Optional[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