Hey there! Thank you for your awesome project!
Recently I've built a SLAM system with stereo camera. ( I didn't use RGBD camera )
My project can out put a global octomap or points cloud incrementally,

like this, after drone flying around the building, the VOXEL can be seen in the RVIZ.
NOW I wanna use your project to implement a avoidance function, I use VIO to estimate pose and send them to PX4 by /mavros/vision_pose/pose, and I stitch points cloud generated by stereo camera to build a global map. ( For the moment let us assume that called /map_out )
Can you show more hint? Which topics or action in path_planning I should subscribe to, publish to or modify the topic name?
Hey there! Thank you for your awesome project!

Recently I've built a SLAM system with stereo camera. ( I didn't use RGBD camera )
My project can out put a global octomap or points cloud incrementally,
like this, after drone flying around the building, the VOXEL can be seen in the RVIZ.
NOW I wanna use your project to implement a avoidance function, I use VIO to estimate pose and send them to PX4 by /mavros/vision_pose/pose, and I stitch points cloud generated by stereo camera to build a global map. ( For the moment let us assume that called /map_out )
Can you show more hint? Which topics or action in
path_planningI should subscribe to, publish to or modify the topic name?