ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can publish a mesh or an octomap to the PlanningScene, which will be used as obstacles. If you only have an RGB image on your drone, you cannot simply publish that as an obstacle. You will need to detect the obstacle and its position somehow. That part is computer vision question.