concepts.dm.crowhat.pybullet_interfaces.pybullet_manipulator_interface.PyBulletArmRobotInterface#
- class PyBulletArmRobotInterface[source]#
Bases:
GeneralArmArmMotionPlanningInterface
Methods
coriolis
(qpos, qvel)differential_ik_qpos_diff
(current_qpos, ...)Use the differential IK to compute the joint difference for the given pose difference.
fk
(qpos)ik
(pos[, quat, qpos, max_distance])jacobian
(qpos)mass
(qpos)Attributes
- __init__(robot)[source]#
- Parameters:
robot (BulletArmRobotBase)
- __new__(**kwargs)#
- coriolis(qpos, qvel)#
- differential_ik_qpos_diff(current_qpos, current_pose, next_pose)#
Use the differential IK to compute the joint difference for the given pose difference.
- fk(qpos)#
- ik(pos, quat=None, qpos=None, max_distance=None)#
- Parameters:
- Return type: