Replies: 1 comment
-
@RobertXWL, the properties you need to modify to change the wind heading and velocity are described in discussion #764:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All JSBsim members,
I'm trying to initialize the wind for the environment like this
"initial_windx = Property('ic/vw-bx-fps', 'Wind velocity initial condition in Body X frame in feet/second [rad/s]')
initial_windy = Property('ic/vw-by-fps', 'Wind velocity initial condition in Body Y frame in feet/second [rad/s]')
initial_windz = Property('ic/vw-bz-fps', 'Wind velocity initial condition in Body Z frame in feet/second [rad/s]')"
but I failed
please explain for me how can I initialize the wind for the environment, or change the wind while flying, without using the script,
and how should I define the properties of the initial wind
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions