david
473ea84621
JSBSim fix:
...
Corrected typo "flaps-pos-deg" to "flap-pos-deg". JSBSim now reports
the normalized flap position to FlightGear, and the model animation
works again.
2002-04-19 12:15:46 +00:00
curt
e5abcd1ef1
Replaced spaces with <tab> since this is a makefile.
2002-04-16 20:42:58 +00:00
david
adcb4fc30e
Latest JSBSim changes.
2002-04-16 13:15:29 +00:00
david
fa5a707128
JSBSim change:
...
Set an arbitrary cutoff (5RPM) where friction causes the propeller to
stop spinning.
2002-04-12 17:24:17 +00:00
david
f17a6479f7
Get rid of non-portable fmax call.
2002-04-11 19:09:15 +00:00
david
9156544566
Add support for /controls/parking-brake -- it effective overrides the
...
individual braking commands for the main gear.
2002-04-11 17:11:22 +00:00
david
ba31d94379
Fixed reversed sign for nosewheel steering.
2002-04-11 00:14:10 +00:00
david
d89c63ab32
JSBSim change:
...
Reduced the steering gain again, but still left it much higher than it
used to be.
2002-04-08 16:15:14 +00:00
tony
5fcabc9982
Converted FCS to use property tree internally, documentation updates.
2002-04-06 16:03:16 +00:00
david
04bc768e0a
JSBSim fix:
...
Changed the steering gain from +/-0.1 to +/-1.0, so that the steering
angle for the nosewheel (when present) is the same as the rudder
deflection angle. That's probably not exactly right, but it's much
better than we had before -- you can now steer the plane on the ground
reasonably during taxiing.
2002-04-05 16:55:30 +00:00
tony
d2156b5649
Updates. Includes property tree additions and fixes. Also Jon's first cut at
...
multi-fdm capability. Thanks also to Erik for pointing out a couple of typos.
2002-03-23 00:29:21 +00:00
tony
464c060171
Fix for flaps problem.
2002-03-23 00:27:16 +00:00
tony
8b621f2b1e
Fix for the flaps problem.
2002-03-21 02:26:22 +00:00
tony
86e5f091bc
Irix fix.
2002-03-21 01:45:49 +00:00
david
9dbb215b1d
Added missing file from JSBSim CVS, with 'using namespace std;'
...
statement added for ANSI-conformant compilers.
2002-03-20 14:06:14 +00:00
tony
775094f9af
Updates.
2002-03-20 12:45:39 +00:00
tony
317d794f5c
First commit of properties code. JSBSim now has a basic property tree all
...
under /fdm/jsbsim
2002-03-20 12:45:02 +00:00
tony
173251885b
Fixed gear position property.
2002-03-01 20:56:15 +00:00
tony
34072bbc42
Changed -pct properties to -norm
2002-03-01 12:38:37 +00:00
tony
03b9ecf039
Copy normalized control surface positions to property tree
2002-02-28 13:32:40 +00:00
tony
1ab43c8048
Add support for normalized control surface positions and right and left ailerons
2002-02-28 13:31:56 +00:00
tony
a073e35c7c
Add support for normalized control surface positions
2002-02-28 13:30:25 +00:00
tony
51587dbe75
Trimming in turn now works
2002-02-26 22:28:41 +00:00
tony
998c2a9325
Output control positions to properties
2002-02-26 22:27:42 +00:00
curt
15fcd26c2f
Removed JSBSim/tests
2002-02-25 00:07:05 +00:00
tony
eb5a3ceee5
Workaround for terrain altitude problem. Helps but doesn't work 100%
2002-02-24 21:56:38 +00:00
curt
3ca8643632
Removed orphaned 10520d engine modeling code. Thanks goes to Phil
...
Schubert for getting the ball rolling with engine modeling in
flightgear. The existing engine modeling code is derived from
his initial efforts.
2002-02-24 21:41:02 +00:00
curt
f06a3e8289
Moved to tests subdirectory.
2002-02-24 21:01:11 +00:00
curt
1b6cde22dc
Moved to JSBSim subdirectory.
2002-02-24 20:54:23 +00:00
curt
4cbfe4b724
Moved JSBSim.cxx and JSBSim.hxx into src/FDM/JSBSim subdirectory
...
(similar to how YASim is setup.)
2002-02-24 20:53:46 +00:00
tony
6c90295655
Adds flap cmd and pos to output
2002-02-22 13:27:19 +00:00
tony
ee9a81fd56
Added parameter for abs value of elevator, rudder, and aileron positions
2002-02-22 13:26:31 +00:00
david
d1208f15b8
Latest JSBSim changes.
2002-02-17 21:04:44 +00:00
david
7a3e749284
JSBSim fix for FreeBSD.
2002-02-13 23:57:49 +00:00
david
304ff21697
Latest JSBSim fixes, including Dave Luff's mixture improvements for
...
the JSBSim piston-engine model.
2002-02-13 14:35:10 +00:00
david
827e11ff81
JSBSim change from Dave Luff:
...
Attached is a fix to add a short period of cranking time required
before the engine fires. I've also added a little hack to limit the
torque applied by the starter motor when the rpm is less than 10 in
order to avoid the rpm overshooting idle in the first time step when
the prop is producing very little resistance due to the low rpm.
2002-02-08 13:36:46 +00:00
david
7b01a143a1
Latest JSBSim changes from Tony Peden (should help slip/skid ball).
2002-02-06 16:52:34 +00:00
david
c5d537394d
Latest JSBSim changes, including a kludge from Tony to keep the
...
slip/skid ball still when the plane is stationary.
2002-02-06 04:07:12 +00:00
david
d3db1e622b
Latest JSBSim changes, including SGI patch.
2002-02-01 02:11:13 +00:00
david
abbedea3bc
Fixes from Cameron Moore:
...
I've attached 3 diffs against files in FlightGear to fix some printf
format strings. The changes are pretty straight forward. Let me know
if you have any questions. (BTW, I'm using gcc 2.95.4)
2002-01-30 16:17:26 +00:00
david
45807b3126
Latest update from JSBSim.
2002-01-24 15:51:26 +00:00
david
88cb2d13f0
Latest JSBSim changes.
2002-01-19 21:50:31 +00:00
david
47772b9853
Return a positive shortage when there is still fuel in the tank;
...
otherwise, the logic in FGEngine::ConsumeFuel breaks down and the
engine is starved when *any* feed tank is empty, rather than when all
feed tanks are empty.
2002-01-19 18:25:52 +00:00
david
2008529299
- fixed fuel-need calculations
...
- stop engine when no fuel is available
2002-01-19 18:24:02 +00:00
david
eedf9f9671
Latest JSBSim changes, including some gear tweaking from Jon and some
...
fuel-reporting improvements for piston engines.
2002-01-19 05:32:28 +00:00
david
80130682fb
- changed mixture cutoff from 50% to 30%, to allow for borderline
...
leaning at high altitude
- changed to report correct manifold pressure for altitude when engine
is running
2002-01-14 20:44:19 +00:00
curt
ea327e59b2
Removed FGMatrix.* because it is no longer used by JSBSim.
2002-01-14 18:33:06 +00:00
david
cf7f829130
Added ability to set engine RPM from FlightGear.
2002-01-14 14:23:53 +00:00
david
bc13e2f213
Change from Norman Vine to avoid breaking G++ 2.95.
2002-01-11 17:55:26 +00:00
david
73f5eec1b7
ANSI C++ fixes, to allow compilation with g++ 3.x.
2002-01-10 12:52:39 +00:00