class
GazeGraspActionMethods
- def _determine_center_object(self)
- Determine if an object is at the center of the frame and in range
- def _get_camera_object_angle(self, obj_pos)
- Calculates angle between gripper line-of-sight and given global position.
- def reset(self, *args: typing.Any, **kwargs: typing.Any) -> None
- def step(self, grip_action, should_step = True, *args, **kwargs)
Special methods
- def __init__(self, *args, config, sim, **kwargs)
Properties
- _action_arg_prefix: str get
- Returns the action prefix to go in front of sensor / action names if there are multiple agents.
- _articulated_agent_mgr get
- Underlying articulated_agent manager for the articulated_agent instance the action is attached to.
- _ik_helper get
- The IK helper for this articulated_agent instance.
- action_space get
- cur_articulated_agent get
- The articulated_agent instance for this action.
- cur_grasp_mgr get
- The grasp manager for the articulated_agent instance for this action.
- requires_action get