Gantry Robot Arm for Car-Painting application in ROS2
A simulation of a gantry robot-arm for car painting using ROS2,Gazebo and Moveit2.

This project was done in collaboration with Mr. Lentin Joseph.
In this project we have explored how to automate the car painting process using a gantry design and robot arm manipulator.
Firstly, we set up a multi-camera system to surround the car , to cover maxiumum angles of the car. The purpose of this is, to get a 3D reconstructed version of the car, in only pointcloud format.
We use this pointclouds to then create an octomap, for the arm to avoid collision with the car, while painting. Using the images from the camera, we segment out the parts that are to be painted. Then using openCV and PCL libraries, we compute the pose from points that are overlapping on the segmented image, and it’s corresponding depth from the pointcloud. Using Moveit2 ROS API, we use these poses to compute Cartesian motion plan.
You can find the complete video here.