Realistic effects on the interaction between drone and the wind #3547
Unanswered
myarmatov
asked this question in
Support Q&A
Replies: 1 comment 2 replies
-
#2867 adds wind simulation to AirSim. but AFAIK, AirSim does not consider the tilted cross-section of the drone when calculating drag in general. From what I've seen the drone is considered as a block with disk propellers as far as drag forces are concerned. I could be wrong though. The behavior of the current wind model could be tested through the APIs (as seen in set_wind.py) or through settings.json |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
I want to implement a wind model on AirSim with realistic effects on the interaction between the drone and the wind. First of all, when the drone is moving, it should tilt at some angles according to the direction it moves. Then, when there is a wind affecting the drone, its effect should vary with the drone's tilting angle. Because, the wind is indeed the movement of air particles that creates air pressure on the drone. The force of the wind field acting on the drone then will be proportional to the cross-sectional area of the drone (F = P*A) which changes when the tilting angle changes. However, I could not see any of these effects on AirSim simulation.
Has anyone ever experienced this kind of issue before, could anybody suggest me a solution? Is there any build-in model/function that applies the afore-mentioned effects during the drone simulation?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions