Board index FlightGear Development Aircraft

Configure pilot weight (parachute)

Questions and discussion about creating aircraft. Flight dynamics, 3d models, cockpits, systems, animation, textures.

Configure pilot weight (parachute)

Postby bobibob » Fri Apr 29, 2022 1:39 pm

Hello,

Is there an option to know and configure the pilot's weight ?

Thanks
bobibob
 
Posts: 16
Joined: Wed Apr 20, 2022 12:55 pm

Re: Configure pilot weight (parachute)

Postby TheEagle » Fri Apr 29, 2022 1:55 pm

In-sim, go to Menu -> Equipment -> Fuel and payload, in that dialog on the right side you should find a "Pilot" slider. Some aircraft don't have it - then there's usually no way to adjust the pilot's weight.
Cessna 210 (Wiki)
My other aircraft: my wiki profile !
Other: FGTools (GitHub)
World tour: View on SkyVector
Please consider donating $1 / €1 to help me finance a new camera !
User avatar
TheEagle
 
Posts: 3433
Joined: Sat May 01, 2021 3:27 pm
Location: France
Pronouns: You, he
Callsign: F-EAGLE
IRC name: none
Version: Git next
OS: Ubuntu Studio 22.04

Re: Configure pilot weight (parachute)

Postby erik » Fri Apr 29, 2022 5:51 pm

The weight of the pilot for the parachutist model is defined in the <pointmass name="Falling"> section and then by the <weight> parameter.
Note: this is weight of the pilot including parachute gear.

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2248
Joined: Thu Nov 01, 2007 2:41 pm

Re: Configure pilot weight (parachute)

Postby TheEagle » Fri Apr 29, 2022 6:21 pm

Ah, I overlooked that the question is specifically about the Parachuter. @erik Maybe, you could add a section like this in the -set.xml file so that the weight can be adjusted in-sim ? :wink:
Code: Select all
   <payload>
      <weight n="0">
         <name type="string">Pilot</name>
         <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
         <min-lb type="double">0.0</min-lb>
         <max-lb type="double">220.0</max-lb>
      </weight>
   </payload>
Cessna 210 (Wiki)
My other aircraft: my wiki profile !
Other: FGTools (GitHub)
World tour: View on SkyVector
Please consider donating $1 / €1 to help me finance a new camera !
User avatar
TheEagle
 
Posts: 3433
Joined: Sat May 01, 2021 3:27 pm
Location: France
Pronouns: You, he
Callsign: F-EAGLE
IRC name: none
Version: Git next
OS: Ubuntu Studio 22.04

Re: Configure pilot weight (parachute)

Postby erik » Fri Apr 29, 2022 8:49 pm

Good idea. So far I've never done such a thing but it sounds useful.

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2248
Joined: Thu Nov 01, 2007 2:41 pm

Re: Configure pilot weight (parachute)

Postby TheEagle » Fri Apr 29, 2022 9:55 pm

:mrgreen: Then, you should consider also adding this to your other aircraft ! :wink:
Cessna 210 (Wiki)
My other aircraft: my wiki profile !
Other: FGTools (GitHub)
World tour: View on SkyVector
Please consider donating $1 / €1 to help me finance a new camera !
User avatar
TheEagle
 
Posts: 3433
Joined: Sat May 01, 2021 3:27 pm
Location: France
Pronouns: You, he
Callsign: F-EAGLE
IRC name: none
Version: Git next
OS: Ubuntu Studio 22.04

Re: Configure pilot weight (parachute)

Postby erik » Sat Apr 30, 2022 8:57 am

I agree.

But I now see it was already implemented for the Parachutist..

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2248
Joined: Thu Nov 01, 2007 2:41 pm

Re: Configure pilot weight (parachute)

Postby bobibob » Wed May 04, 2022 8:08 am

Oh that's great in what file can we modify the weight of the parachutist ?
bobibob
 
Posts: 16
Joined: Wed Apr 20, 2022 12:55 pm

Re: Configure pilot weight (parachute)

Postby erik » Thu May 05, 2022 7:10 am

It's in /flightgear-fgaddon/Aircraft/Parachutist/Parachutist.xml

Or:
TheEagle wrote in Fri Apr 29, 2022 1:55 pm:In-sim, go to Menu -> Equipment -> Fuel and payload, in that dialog on the right side you should find a "Pilot" slider.


Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2248
Joined: Thu Nov 01, 2007 2:41 pm

Re: Configure pilot weight (parachute)

Postby bobibob » Tue May 17, 2022 10:19 am

Thanks for your answers. The only thing I found about weight is in parachutist-set.xml where there is 2 weights section for faling and gliding but it use a min and max weight.

"
<payload>
<weight>
<name type="string">Falling</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
<arm-in alias="/fdm/jsbsim/inertia/pointmass-location-X-inches[0]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">182.0</max-lb>
</weight>
<weight>
<name type="string">Gliding</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
<arm-in alias="/fdm/jsbsim/inertia/pointmass-location-X-inches[1]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">182.0</max-lb>
</weight>
</payload>
"

Is <max-lb> the weight of the parachutist and the equipment ?
bobibob
 
Posts: 16
Joined: Wed Apr 20, 2022 12:55 pm

Re: Configure pilot weight (parachute)

Postby erik » Tue May 17, 2022 10:31 am

The min and max properties limit the range which users can select in the Fuel and payload dialog.

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2248
Joined: Thu Nov 01, 2007 2:41 pm

Re: Configure pilot weight (parachute)

Postby bobibob » Tue May 17, 2022 12:10 pm

Thanks

Why is the weight of the pilot can be changed between falling and gliding?

Does the fact to change weight make the parachutist fall differently (for exemple a parchutist with 200lb fall faster than a parachutist with 100lb) ?
bobibob
 
Posts: 16
Joined: Wed Apr 20, 2022 12:55 pm

Re: Configure pilot weight (parachute)

Postby erik » Tue May 17, 2022 1:32 pm

bobibob wrote in Tue May 17, 2022 12:10 pm:Why is the weight of the pilot can be changed between falling and gliding?

The weight of the skydiver is interpolated between the two locations when transitioning from skydiver to parachutist. All weight is at the first location in freefall and at the second location after the chute is deployed completely. So you will only have to set the first.

bobibob wrote in Tue May 17, 2022 12:10 pm:Does the fact to change weight make the parachutist fall differently (for exemple a parchutist with 200lb fall faster than a parachutist with 100lb) ?

Yes.

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2248
Joined: Thu Nov 01, 2007 2:41 pm

Re: Configure pilot weight (parachute)

Postby S&J » Tue May 17, 2022 4:42 pm

I bet Galileo is spinning in his grave.
"Stay away from negative people.They have a problem for every solution." - Albert Einstein
S&J
 
Posts: 797
Joined: Wed Aug 26, 2020 7:31 pm

Re: Configure pilot weight (parachute)

Postby erik » Tue May 17, 2022 5:18 pm

This isn't about a free-falling object but about a parachutist with it's parachute deployed.
A parachute can only generate so much lift so mass influences it's descending speed.

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2248
Joined: Thu Nov 01, 2007 2:41 pm

Next

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 13 guests