FAEP
No description available
Install / Use
/learn @Zyhlibrary/FAEPREADME
FAEP
FAEP is a nove fast autonomous exploration planner based on the framework of FUEL. It contains a comprehensive exploration sequence generation method for global tour planning, which not only considers the flight-level factors but also innovatively considers the frontier-level factors to reduce the back-and-forth maneuvers. In addition, an adaptive yaw planning strategy is designed to achieve efficient exploration by yaw change during flight.
Our method is demonstrated to reduce the flight time and flight distance by more than 20% compared with the state-of-the-art approache FUEL.
Complete videos (include simulation experiments and real-world experiments): video.
Our paper is published by IEEE Transactions on Industrial Electronics. Please cite our paper if you use this project in your research:
- Autonomous Exploration Method for Fast Unknown Environment Mapping by Using UAV Equipped with Limited FOV Sensor, Yinghao Zhao, Li Yan, Hong Xie, Jicheng Dai, Pengcheng Wei.(DOI:10.1109/TIE.2023.3285921)
@ARTICLE{10155653,
author={Zhao, Yinghao and Yan, Li and Xie, Hong and Dai, Jicheng and Wei, Pengcheng},
journal={IEEE Transactions on Industrial Electronics},
title={Autonomous Exploration Method for Fast Unknown Environment Mapping by Using UAV Equipped with Limited FOV Sensor},
year={2023},
volume={},
number={},
pages={1-10},
doi={10.1109/TIE.2023.3285921}}
Please kindly star :star: this project if it helps you. We take great efforts to develope and maintain it.
Quick Start
This project is mostly based on FUEL. Therefore, the configuration of this method is the same as FUEL. It has been tested on Ubuntu 16.04(ROS Kinetic) and 18.04(ROS Melodic). Take Ubuntu 18.04 as an example, run the following commands to setup:
sudo apt-get install libarmadillo-dev ros-melodic-nlopt libdw-dev
Important for simulation experiments!!! If set incorrectly, obstacles data will not be acquired!!!
To simulate the depth camera, we use a simulator based on CUDA Toolkit. Please install it first following the instruction of CUDA.
After successful installation, in the local_sensing package in uav_simulator, remember to change the 'arch' and 'code' flags in CMakelist.txt according to your graphics card devices. You can check the right code here. For example:
set(CUDA_NVCC_FLAGS
-gencode arch=compute_75,code=sm_75;
)
Finally, clone and compile our package:
cd ${YOUR_WORKSPACE_PATH}/src
git clone https://github.com/Zyhlibrary/FAEP.git
cd ../
catkin_make
After compilation you can start the visualization by:
source devel/setup.bash && roslaunch exploration_manager rviz.launch
and start a simulation (run in a new terminals):
source devel/setup.bash && roslaunch exploration_manager exploration.launch
An office scene (16m x 30m x 2m) and the drone will be seen in Rviz. You can trigger the exploration to start by the 2D Nav Goal tool.
Acknowledgements
Our code is developed based on FUEL. We use NLopt for non-linear optimization and use LKH for travelling salesman problem.
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
