concepts.dm.crowhat.manipulation_utils.plannar_push_sampler.calc_push_ee_pose_trajectory#

calc_push_ee_pose_trajectory(planar_push_parameter)[source]#

Given the name of the object, the push pose, the push direction, and the push distance, generate a trajectory of 6D poses that the robot should follow to push the object.

Parameters:

planar_push_parameter (PlanarPushParameter)

Return type:

List[Tuple[ndarray, ndarray]]