umdlife / psdk_ros2

This repository is a ROS 2 wrapper for the DJI PSDK libraries.
https://umdlife.github.io/psdk_ros2/documentation/Introduction.html
Mozilla Public License 2.0
59 stars 15 forks source link

Add perception module integration for Stereo Vision Image/feed #97

Open bitcurious opened 4 months ago

bitcurious commented 4 months ago

Feature request

Feature description

The visual perception system of the DJI's drone is composed of the visual perception sensor and visual perception algorithm. During the flight of the drone, the perception sensor can obtain the state of the surrounding environment, assist drone to brake, avoid obstacle and accuracy hover. Currently only relative obstacle data is provided by this wrapper and not the Stereo Vision.

Implementation considerations

DJI API link for Perception APIs and fucntions mentioned in this link can be integrared

Pros:

  1. Help in auonomous perspective navigation
  2. More accureccy in localization

Are you willing to submit a pull request to implement this change?