JSBSim fix: /velocities/mach was reported as totale mach speed
should be the U axis component (machU)
This commit is contained in:
parent
ce09c320d3
commit
4dde865cbc
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ bool FGJSBsim::copy_from_JSBsim()
|
|||
Auxiliary->GetEulerRates(FGJSBBase::eTht),
|
||||
Auxiliary->GetEulerRates(FGJSBBase::ePsi) );
|
||||
|
||||
_set_Mach_number( Auxiliary->GetMach() );
|
||||
_set_Mach_number( Auxiliary->GetMachU() );
|
||||
|
||||
// Positions of Visual Reference Point
|
||||
FGLocation l = Auxiliary->GetLocationVRP();
|
||||
|
|
Loading…
Reference in a new issue