Skip to content

Collins-Okara/Ur3e_Arm_Robot_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gentle_Pick_and_Place

Pick and place demo for gentle gripper.

Prequisites

Install pointcloud_proc library

git clone git@github.com:tkelestemur/point_cloud_proc.git

Running instructions

Open four terminals and run the source command in each terminal:

source ~/ur_ws/devel/setup.bash

Then run the following commands in each terminal by the same order:

  1. Start the robot
roslaunch pick_and_place ur3e.launch

After this command, you need to start the gentle_pick program on the robot teaching pendant.

  1. Start the camera node
roslaunch pick_and_place kinect.launch
  1. Start the object clustering server
rosrun pick_and_place object_clustering_server
  1. Start the pick and place demo
rosrun pick_and_place pick_and_place.py

If there is no item left on the talbe, the 4th program will automatically stop.
You need to manually add items back to the table and rerun the 4th command in the same window.

About

This is a project done during my Internship at the Institute of Experiential Robotics at Northeastern University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors