Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a question #1

Open
Goldenwang96 opened this issue Jun 5, 2021 · 10 comments
Open

a question #1

Goldenwang96 opened this issue Jun 5, 2021 · 10 comments

Comments

@Goldenwang96
Copy link

Hello! I'm a student in school and intersted in path planning. I have some questions in your paper how did your drone avoid obstacles and how did you put algrithms in real UAV?

@duongpm
Copy link
Owner

duongpm commented Jul 29, 2021

Hi,
An obstacle in this study is defined as an object staying inside a cylinder of diameter r (r can be chosen to be the size of the obstacle). A cost function is then defined to penalize the paths that go through that cylinder (details in the paper).
To implement the algorithm in a real drone, the generated path is exported as a list of waypoints. Those waypoints are then uploaded to the drone via a ground control station software such as Mission Planner. The drone will then fly automatically through those waypoints.

@Goldenwang96
Copy link
Author

Goldenwang96 commented Jul 29, 2021 via email

@fanzadownload
Copy link

I have found the reason for the poor performance of uav path planning in Cartesian coordinates. After designing a new code, I have been able to reproduce the result of some comparison algorithms in your paper (PSO, QPSO...)
Thank you very much!

@duongpm
Copy link
Owner

duongpm commented Nov 14, 2021

Hi,
I think Phi0 = atan2 (dirVector (2), dirVector (1)) is correct since it is the angle of the direction vector and should be calculated as atan2(y/x).

@bit1120180463
Copy link

Dear Professor Manh Duong Phung,I have a problem with TIF file which is used in the code to get the elevation information.When I downloaded it,I found it can't be read in the code.After I checked with Windows Painting Tool, the TIF file turned out to be blank.
image
And when I start the function 'CreatModel.m',H is showed as NaN.
image
Maybe the TIF file didn't work out,but I really want to learn from this article and code!Would you please send me a copy of the TIF file that was packed in the ZIP to my e-mail?In case the file has something wrong.My e-mail address is 1582979780@qq.com.
I would appreciate it if you send me the copy!Thanks!

@MahdiOmidvar
Copy link

Dear Professor Manh Duong Phung, I am a graduate student studying path planning optimization algorithms.
I read your new paper, Safety-enhanced UAV Path Planning with Spherical Vector-based Particle Swarm Optimization.
you compared with another method like GA,
when I implement the genetic algorithm and use your DEM, I get different results. Therefore, I wonder if you can send me the genetic algorithm code you wrote. Thank you.
Email: m.omidvar404@gmail.com

@pjw2146087
Copy link

I have found the reason for the poor performance of uav path planning in Cartesian coordinates. After designing a new code, I have been able to reproduce the result of some comparison algorithms in your paper (PSO, QPSO...) Thank you very much!

hello,l see your reproducing work for the path planning of the UAV in the Cartesian coordinate system of PSO,Is it convenient to send me a code for learning?
Email: 260017926@qq.com
Thank you very much for your help!

@honk1
Copy link

honk1 commented Oct 29, 2022

I have found the reason for the poor performance of uav path planning in Cartesian coordinates. After designing a new code, I have been able to reproduce the result of some comparison algorithms in your paper (PSO, QPSO...) Thank you very much!

hello,l see your reproducing work for the path planning of the UAV in the Cartesian coordinate system of PSO,Is it convenient to send me a code for learning? Email: 260017926@qq.com Thank you very much for your help!

Did you receive the source code of the PSO in Cartesian coordinate system? Could you please send me a copy of it ? thx

@honk1
Copy link

honk1 commented Oct 29, 2022

I have found the reason for the poor performance of uav path planning in Cartesian coordinates. After designing a new code, I have been able to reproduce the result of some comparison algorithms in your paper (PSO, QPSO...) Thank you very much!

My PSO code also had poor performance in Cartesian coordinates. Could you please tell me how you fix the problem? How to designing a new code ?

@Wonder9988
Copy link

您好,看到您对粒子群算法笛卡尔坐标系下无人机路径规划的复现工作,方便发个代码给我学习吗?
邮箱:fei_wang1098@outlook.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants