the project provides service to assemble different product with the sole requirment of providing a CAD file for the desired assembly product.The assembly process can be done with safe human robot interaction.we use hardware components ABBirb120 and two Intel realsense cameras(D435i).
this repo will help you acheive the following :
- safe human robot interaction.
- mechanical parts detection.
- motion algorithms that make online path planning.
- reverse engineering for CAD file and quantifying the standard parts in it.
there are multiple modification in moveit plugins so make sure you use the moveit submodule existing in this parent repo as it is a forked version of this organization
-
git clone git@github.com:Collaborative-Robot-Human-Assembly-proc/Collaborative_Assembly_Using_SerialManpiulator.git
-
git submodule init
-
catkin_make_isolated
-
echo "/home//Collaborative_Assembly_Using_SerialManipulator/devel/setup.bash" >> ~/.bashrc
this will get you enviroments ready to go but still more steps will be added on how to utilize the rest of the modules