Home
last modified time | relevance | path

Searched refs:gripper_state (Results 1 – 2 of 2) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/robot/src/real-robot/franka/
H A DvpRobotFranka.cpp1256 franka::GripperState gripper_state = m_gripper->readOnce(); in gripperMove() local
1258 if (gripper_state.max_width < width) { in gripperMove()
1260 << "Maximum possible width is " << gripper_state.max_width << std::endl; in gripperMove()
1298 franka::GripperState gripper_state = m_gripper->readOnce(); in gripperOpen() local
1300 m_gripper->move(gripper_state.max_width, 0.1); in gripperOpen()
1341 franka::GripperState gripper_state = m_gripper->readOnce(); in gripperGrasp() local
1342 std::cout << "Gripper max witdh: " << gripper_state.max_width << std::endl; in gripperGrasp()
1343 if (gripper_state.max_width < grasping_width) { in gripperGrasp()
1345 << "Maximum possible width is " << gripper_state.max_width << std::endl; in gripperGrasp()
/dports/math/py-gym/gym-0.21.0/gym/envs/robotics/
H A Dfetch_env.py126 gripper_state = robot_qpos[-2:]
140 gripper_state,