Collision detection application with a RGB-D camera, ROS, and OpenCV
I'm starting a collision detection project using a TIAGo robot, but I'm not sure how I should start working. In this project, through the RGB-D camera in the robot, obstacles ahead would be detected and then avoiding a collision, a visual identifier would be displayed on the screen of the telenavigator.
But I'm not sure how to start this project, how the application should be designed, how works logic in this kind of application... Besides this, I did not find tutorials similar to the project.
Ps.: I'm starting to learn ROS and OpenCV.
Hi, do you mean that you want to do an obstacle avoidance module? PCL provides algorithms for RGB-D data processing, such as plane segmentation, which helps detecting objects on a plane.