calculate wind effect on UAV using JSBSIM #731
Replies: 4 comments
-
So are you saying that the drone won't adjust it's heading to follow the pre-planned route (course) when it detects via GPS etc. that it is drifting off-route? Here is an example of the sort of heading change required given the wind vector, the aircraft's airspeed in order to fly the required course. If the UAV isn't going to change it's heading then it will drift over time. The calculation is basic vector maths. |
Beta Was this translation helpful? Give feedback.
-
Good evening,
First of all thanks for the instant response, then yes I want to know what
the new location (x,y,z) and acceleration on each axis is.
best regards
|
Beta Was this translation helpful? Give feedback.
-
So, you want to fly the UAV in JSBSim following some heading commands etc. and input a wind vector and then you want to track the 3D position and the acceleration in each axis? If so, that's fairly easy to do in JSBSim since there are logging facilities, e.g. see the |
Beta Was this translation helpful? Give feedback.
-
This topic is neither a bug nor a feature request. |
Beta Was this translation helpful? Give feedback.
-
I am working on generate path planning for UAVs, I have a data set containing wind direction and speed. I want to know how much the wind will shift the drone from its path (meters) using JSBSIM.
Note that I am a very new user of JSBSIM.
thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions