No description
Find a file
fly 98ab07b3c3 Changed license
Signed-off-by: fly <merspieler@alwaysdata.com>
2024-01-18 01:08:05 +01:00
dialog/en-us Merged checklist-rework 2018-03-07 10:40:02 +01:00
vocab/en-us Readded flight.controls.check.voc which as accidently deleted 2018-03-10 13:04:24 +01:00
.gitignore Updated .gitignore 2018-03-06 14:57:45 +01:00
__init__.py Make mycroft spell OK correctly 2018-09-11 18:56:30 +02:00
CHANGELOG.md Updated changelog 2018-03-07 10:45:10 +01:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2018-01-31 14:53:09 +01:00
LICENSE.md Changed license 2024-01-18 01:08:05 +01:00
README.md Added request to submit profiles to README.md 2018-03-07 10:51:06 +01:00
README.settings.md One more fix to README.settings.md 2018-03-07 11:05:12 +01:00
SKILL-TEST-TEMPLATE.md Fixed mistake and updated repo url 2018-07-13 21:07:31 +02:00

flight-gear-copilot

Copilot for FlightGear

Description

This skill acts as an copilot for flight gear that assists you by following your voice commands.

This skill is still under active development.

Requirements

FlightGear version 2018.1 or above.
FlightGear is started with the --allow-nasal-from-sockets command line option.
FlightGear needs to be started with telnet (port 8081 is used as default in the settings) --telnet=8081.

Examples

Normal use

  • "flaps 3"
  • "gear down"
  • "landing checklist"

Configuration

  • "set flightgear port 80"
  • "find flightgear"
  • "create aircraft profile <profile-name>"
  • "add aircraft to profile <profile-name>"

In Default Profiles Included Aircrafts

  • IDG-A32X
  • Cessna 172p

If you have created a profile for an aircraft, feel free to submit it eigther doing the changes in the code and opening a pull request or by opening an issue and attatching your settings.json file

Credits