无人机自动驾驶软件系列 E04 : 深度估计,八叉树地图以及路径规划
本讲中我们会简要讲述如何通过双目相机以及八叉树地图实现环境感知,并通过A*实现一个路径规划。
GAAS v0.7 Release 镜像 - x64

Fig 1, Gazebo Simulation Environment 

Fig 2, select topic for RVIZ visualization 
Fig 3, Point Cloud in RVIZ

Fig 4, topic for Octomap 
Fig 5, Generated Octomap

Fig 6, topic for drone position 
Fig 7, topic for planned path 
Fig 8, A* planned Path

Fig 9, path pruning algorithms
cd (GAAS_PAHT)
git pull origin master
cp -r (GAAS_PATH)/simulator/launch/* (PX4_FIRMWARE_PATH)/Firmware/launch
cp -r (GAAS_PATH)/simulator/worlds/* ~/catkin_ws/src/Firmware/Tools/sitl_gazebo/worlds/1. 基于双目摄像头的景深估计




2. Octomap 八叉树地图


3. 使用 Navigator 寻找路径并控制飞行



4. 路径修剪

Reading Materials
PreviousAutonomous Drone Software E04: Depth Estimation, Octomap and Path PlanningNextAutonomous Drone Software E05: Vision-Based Auto-Landing
Last updated
Was this helpful?