concepts.dm.crowhat.manipulation_utils.bimanual_path_generation_utils.calc_synchronized_smooth_ee_path_from_ee_path#

calc_synchronized_smooth_ee_path_from_ee_path(ee_path1, ee_path2, max_linear_velocity=0.1, max_angular_velocity=np.pi / 4, fps=60)[source]#
Parameters:
Return type:

Tuple[List[Tuple[Tuple[float, float, float] | List[float] | ndarray, Tuple[float, float, float, float] | List[float] | ndarray]] | None, List[Tuple[Tuple[float, float, float] | List[float] | ndarray, Tuple[float, float, float, float] | List[float] | ndarray]] | None]