HKUST-Aerial-Robotics / Fast-Planner

A Robust and Efficient Trajectory Planner for Quadrotors
GNU General Public License v3.0
2.45k stars 667 forks source link

Importing Real environment #57

Closed Amit10311 closed 4 years ago

Amit10311 commented 4 years ago

Thank you for this great package for simulating MAV. I am running Ubuntu 16.04. The simulator is working perfectly. I want to set up my own environment. You have created the environment with the use of amockamap package.

  1. I would like to know while flying in an outdoor environment how to provide the map to the simulator?
  2. Can we provide the octomap data to the simulator?

Can you please guide me on how to set up the environment in your package.

I look forward to hearing from you. Thank you for your valuable time.

ZbyLGsc commented 4 years ago

We do not have any API to import a large environment directly. The input to the planner and mapping is either depth image or point cloud from sensors. You may check the launch file for setting the respective topics

Amit10311 commented 4 years ago

Dear Boyu Zhou, I would like to know that the local Map generation for motion planning in https://github.com/HKUST-Aerial-Robotics/FIESTA is used to generate the local map in Fast-Planner?

ZbyLGsc commented 4 years ago

Most key algorithms (except the ESDF computation) are the same, but the code is completely rewritten.