From: daveluff Date: Fri, 19 Sep 2003 16:48:58 +0000 (+0000) Subject: Reduce taxiing speed a fraction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bac252c23db71c52b15e9e77ee0a2ef211cabdde;p=flightgear.git Reduce taxiing speed a fraction --- diff --git a/src/ATC/AILocalTraffic.cxx b/src/ATC/AILocalTraffic.cxx index 040b943d1..bfd67bc07 100644 --- a/src/ATC/AILocalTraffic.cxx +++ b/src/ATC/AILocalTraffic.cxx @@ -65,7 +65,7 @@ FGAILocalTraffic::FGAILocalTraffic() { nominal_final_speed = 65.0; //nominal_approach_speed; //stall_speed_landing_config; - nominalTaxiSpeed = 8.0; + nominalTaxiSpeed = 7.5; taxiTurnRadius = 8.0; wheelOffset = 1.45; // Warning - hardwired to the C172 - we need to read this in from file. elevInitGood = false; @@ -183,7 +183,7 @@ bool FGAILocalTraffic::Init(string ICAO, OperatingState initialState, PatternLeg } //cout << "AILocalTraffic freq is " << freq << '\n'; } else { - // Check CTAF, unicom etc + // TODO - Check CTAF, unicom etc } } else { //cout << "Unable to find airport details in FGAILocalTraffic::Init()\n";