concepts.dm.crowhat.manipulation_utils.path_generation_utils#
Functions
Compute the grasp pose from the current object pose and the desired ee pose. |
|
|
Generate a linearly interpolated path from the current qpos to reach the target qpos. |
|
|
|
|
|
Generate a collision-free Cartesian path from the current qpos to follow a straight line from target_pos1 to target_pos2. |
|
|
|
Generate a collision-free path from the current qpos to reach the target_pos. |
|
Generate a collision-free path from the current qpos to reach the target qpos. |
Generate a collision-free path from the current qpos to reach the target_pos and target_quat. |
|
|
Given a list of 6D poses, generate a list of qpos that the robot should follow to follow the trajectory. |
|
Check whether there is a qpos at the givne pose that is collision free. |
|
Check whether the given qpos is collision free. |
|
|
|