concepts.dm.crowhat.manipulation_utils.path_generation_utils.is_collision_free_qpos#

is_collision_free_qpos(robot, qpos, exclude=None, verbose=False)[source]#

Check whether the given qpos is collision free. The function also accepts a list of object ids to exclude (e.g., the object in hand).

Parameters:
Returns:

True if the qpos is collision free.

Return type:

bool