ROS package for detecting gazebo actors from above?
Hello,
I am trying to assemble a simulation in gazebo to mimic a search and rescue mission using drones. For this, I am placing some gazebo actors in the world and I want to use a drone with a camera facing downwards to detect those actors. I already manged to get the drones working in gazebo, and placing the actors. Now I need to do the image processing part, I saw that there are already some packages that detect persons such as http://wiki.ros.org/Robots/TIAGo/Tutorials/PersonDetection and http://wiki.ros.org/opencv_apps. However, I want to be able to detect those actors from above.
Are there any packages that can detect persons with images from above? Are there any packages that can be trained to detect different objects?
Asked by rezenders on 2020-05-14 09:47:06 UTC
Answers
Well, there's no such package to detect actors in the gazebo or a plugin that I know of but you can use Yolo for object detection like shown in this video link
Asked by Adwait_Naik on 2021-03-12 05:29:37 UTC
Comments