concepts.simulator.pybullet.manipulation_utils.contact_samplers.gen_pivot_trajectory#

gen_pivot_trajectory(pivot_point, pivot_normal, pivot_quat, pivot_axis_pos, pivot_axis_dir, pivot_angle)[source]#

Given the name of the object, the pivot pose, the pivot axis, and the pivot angle, generate a trajectory of 6D poses that the robot should follow to pivot the object.

Parameters:
Return type:

List[Tuple[ndarray, ndarray]]