YOUBOT MANIPULATION
One-liner description | Sept 2022.
Overview
Control Youbot Mobile Robot to pick a cube from any specified position and place it at a goal position.
Skills
- Python
- Robotic Manipulation
- CoppeliaSim
Description
To create the complete trajectory for end-effector the task is divided into 8 steps for 8 separate trajectories
- In the first step (traj1), to move the end-effector from its initial start position to the block but with a standoff i.e. at a certain z height above the cube, a screw trajectory is incorporated.
- In the second step (traj2), to move the end-effector from the standoff position above the initial cube position to the position where the end-effector can grasp the cube, a cartesian trajectory is incorporated so that it can move in a straight line.
- In the third step (traj3), the end-effector position remains the same though in that period the gripper position is changed from open to closed, cartesian trajectory is incorporated.
- In the fourth step (traj4), the end-effector is moved from the position where it is grasping the cube to the standoff position above the initial cube position with the gripper being closed (i.e. holding the cube), cartesian trajectory is incorporated for it to move in a straight line.
- In the fifth step (traj5), to move the end-effector from the standoff position above the cube’s initial position to the standoff position above the cube’s final position, screw trajectory is incorporated.
- In the sixth step (traj6), to move the end-effector from the standoff position above the cube’s final position to the cube’s final or goal position, cartesian trajectory is incorporated.
- In the seventh step (traj7), the end-effector position remains the same though in that period the gripper position is changed from closed to open, cartesian trajectory is incorporated.
- In the eighth step (traj8), to move the end-effector from cube’s final or goal position to the standoff position at a certain z height above the cube’s final or goal position, cartesian trajectory is incorporated.
PI control was used that made the motion smooth.
For the new task:
Kp = 18 and Ki = 11
The X_error plot is shown below: