Patch from JSBSim:
Convert DrCmd from percentage to radians.
This commit is contained in:
parent
b79c943aa3
commit
9ca42c5fa3
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ FGColumnVector3& FGLGear::Force(void)
|
|||
|
||||
switch (eSteerType) {
|
||||
case stSteer:
|
||||
SteerAngle = SteerGain*FCS->GetDrCmd();
|
||||
SteerAngle = SteerGain*FCS->GetDrCmd()*0.349; // 20 deg
|
||||
break;
|
||||
case stFixed:
|
||||
SteerAngle = 0.0;
|
||||
|
|
Loading…
Add table
Reference in a new issue