concepts.simulator.pybullet.manipulation_utils.path_generation_utils.is_collision_free_ee_pose#
- is_collision_free_ee_pose(robot, pos, quat=None, exclude=None, verbose=False)[source]#
Check whether there is a qpos at the givne pose that is collision free. The function also accepts a list of object ids to exclude (e.g., the object in hand). This function is not recommended to use, since it is not fully reproducible (there will be multiple qpos that can achieve the same pose).
- Parameters:
- Returns:
True if there is a collision free qpos.
- Return type: