-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
47 lines (29 loc) · 1.26 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
TODO (In some kind of importance order, X=Done)
-----------------------------------------------
X Fix configuration dialog => update properties
X Fix properties for yasim and jsbsim surface forces
X Make axis mapping to work
- Add save default or aircraft and per device options
- Clean up the code, make it C++
X Add different gains for surface force axis?
: Can be done in nasal / aircraft setup
X Add AoA setting to stick shaker => trigger
- Check that stick shaker works with rumblepads!
X Add stick pusher effect and its AoA setting
- Any other way to detect stall? What real devices use?
- Add speed dependent autocenter force to be used instead
of constant forces if they do not work properly
- Add engine rpm shaker?
X Add ground bumps?
: Simple test done
X Make autocenter and gain to not require device reconfigure
: Not possible, since every device may have different setup...
- Force feedback trimming, check directions!
BUGS
----
X With only control surface forces enabled, pushing or pulling stick
to the limit causes forces to turn stick also sideways, even though
the force should be 0
- After reiniting menu, menubar hides. Press F10 to show it.
- Quick stick movements may cause huge oscillations. Maybe add
a low pass filter to the forces?