Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic copilot functionality #2

Closed
3 tasks
choyiny opened this issue Jul 25, 2015 · 10 comments
Closed
3 tasks

Basic copilot functionality #2

choyiny opened this issue Jul 25, 2015 · 10 comments

Comments

@choyiny
Copy link

choyiny commented Jul 25, 2015

It seems like copilot can do nothing but sit in the cockpit and watch the plane flown by the pilot. Not even look at instruments (They are all displayed as shutdown). Looking to add/fix co-pilot functionality in the A320neo.

  • Enable basic functions for co-pilot (i.e. instruments lighting up for copilot)
  • Enable co-pilot to monitor some instruments (primary
    flight controls, throttle, mixture, elevator trim, flaps, brakes,
    cockpit switches, part of the radio stack and instrument settings)
  • Enable co-pilot for A319 and A321
@choyiny
Copy link
Author

choyiny commented Jul 25, 2015

Seem to have found missing files... Unable to locate the Generic folder for dual control tools. Don't know what it does please help if anyone knows

<nasal>
    <walk>
        <file>Aircraft/A320neo/Nasal/walk.nas</file>
    </walk>
    <!-- Dual control -->
    <dual_control_tools>
        <file>Aircraft/Generic/DualControl/dual-control-tools.nas</file>
    </dual_control_tools>
    <aircraft_dual_control>
        <file>Aircraft/A320neo/DualControl/a320-dual-control.nas</file>
    </aircraft_dual_control>
    <dual_control>
        <file>Aircraft/Generic/DualControl/copilot-dual-control.nas</file>
    </dual_control>
</nasal>

@FGDATA
Copy link
Member

FGDATA commented Jul 25, 2015

I'll see if these are to be found in past snapshots

@FGDATA
Copy link
Member

FGDATA commented Jul 25, 2015

:) (?) I see them all as expected

@choyiny
Copy link
Author

choyiny commented Jul 25, 2015

I suggest you add the files into /DualControl/ and change the path in the copilot-set.xml file.

@FGDATA
Copy link
Member

FGDATA commented Jul 25, 2015

@FGDATA
Copy link
Member

FGDATA commented Jul 25, 2015

I suggest you add the files into /DualControl/ and change the path in the copilot-set.xml file.

That would nt change it, in the sense that it will not achieve implementing functionality not working as it is.
The advantage of calling the generic is that if changes occur globally, it will still apply.

I believe, if we were to implement additional (local) functionality in addition to the basic provided in the generic, then copying makes sense. Which is currently not our case...

Best,
IH-cOL

@FGDATA
Copy link
Member

FGDATA commented Jul 25, 2015

a good comparison case is the dc6, I believe.
At least the copilot can monitor instruments. If I recall correctly, there he/she couldn't gain control of the craft either

@choyiny
Copy link
Author

choyiny commented Jul 25, 2015

fr/Douglas DC-3-C47, pilot and copilot can control aircraft, and passenger 1 to 4 (dc-3, dc-3-copilot, dc-3-psg1, dc-3-psg2, dc-3-psg3, dc-3-psg4). Available in GIT.

http://wiki.flightgear.org/Dual_control

I will follow DC-3 to copy the fgdata dualcontrol modules to the folder, and then looking into how they managed to make dualcontrol work.

@FGDATA
Copy link
Member

FGDATA commented Jul 25, 2015

I see.
I am "kinda" remembering that this may have never been implemented in the first place ...

It may just be missing code (to be completed/created)

@choyiny
Copy link
Author

choyiny commented Jul 25, 2015

See 85681c5
Awaiting test

@choyiny choyiny closed this as completed Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants