class
AgentStateRepresents the rigid transformation state of an agent as a 3D position and quaternion rotation.
Special methods
- def __init__(self, position: typing.Union[None, typing.List[float], numpy.ndarray], rotation: typing.Union[None, numpy.ndarray, quaternion.quaternion] = None) -> None
- Method generated by attrs for class AgentState.
Properties
- position: typing.Union[None, typing.List[float], numpy.ndarray] get set del
- 3D position of the agent’s base. Typically on the navmesh.
- rotation: typing.Union[None, numpy.ndarray, quaternion.quaternion] get set del
- quaternion orientation of the agent’s base. Typically a yaw rotation.