concepts.simulator.pybullet.ikfast.ikfast_common.IKFastWrapper#
- class IKFastWrapper[source]#
Bases:
IKFastWrapperBase
Methods
fk
(qpos)gen_ik
(pos, quat, last_qpos[, max_attempts, ...])ik_internal
(pos, quat[, sampled])- __init__(world, module, body_id, joint_ids, free_joint_ids=tuple(), use_xyzw=True, max_attempts=1000, fix_free_joint_positions=False, shuffle_solutions=False, sort_closest_solution=False)[source]#
- __new__(**kwargs)#
- gen_ik(pos, quat, last_qpos, max_attempts=None, max_distance=float('inf'), verbose=False)#