The project was finished on 06/2019.
The project demonstrates UR5 pick-and-place in ROS and Gazebo. The UR5 uses a Kinect camera to detect the bricks (brick_det_2base_4.py). The position and orientation is published. UR5(brick_stackV4_6.py) searches for brick and picks it(vacuumpump_srv.py). After UR5 picks a brick, controller will take the UR5 motion to place to place the brick in sorted.
The final demo could be found in media file or youtube demo.
for UR5.
official installation tuturial
for vacuum gripper.
a installation toturial ikfast
open four teminals:
first ter
roslaunch pick_brick_ur5 initialize_bricks.launch
second ter
rosrun pick_brick_ur5 vacuumpump_srv.py
third ter
rosrun pick_brick_ur5 brick_det_2base_4.py
fourth ter
rosrun pick_brick_ur5 brick_stackV4_6.py