2018-01-31 10:01:06 +01:00
## flight-gear-copilot
Copilot for FlightGear
2018-01-31 09:46:55 +01:00
2018-01-31 10:01:06 +01:00
## Description
2018-01-31 09:46:55 +01:00
This skill acts as an copilot for flight gear that assists you by following your voice commands.
2018-03-06 23:34:03 +01:00
This skill is still under active development.
2018-02-21 19:45:46 +01:00
## Requirements
2018-02-28 16:03:13 +01:00
FlightGear version 2018.1 or above.
FlightGear is started with the `--allow-nasal-from-sockets` command line option.
2018-02-21 19:45:46 +01:00
FlightGear needs to be started with telnet (port 8081 is used as default in the settings) `--telnet=8081` .
2018-01-31 09:46:55 +01:00
2018-03-06 23:34:03 +01:00
## Examples
### Normal use
2018-01-31 10:01:06 +01:00
* "flaps 3"
* "gear down"
2018-02-28 15:41:23 +01:00
* "landing checklist"
2018-03-06 23:34:03 +01:00
### Configuration
* "set flightgear port 80"
* "find flightgear"
* "create aircraft profile < profile-name> "
* "add aircraft to profile < profile-name> "
2018-01-31 09:46:55 +01:00
2018-03-05 17:52:36 +01:00
## In Default Profiles Included Aircrafts
* IDG-A32X
2018-03-06 23:34:03 +01:00
* Cessna 172p
2018-03-05 17:52:36 +01:00
2018-03-07 10:51:06 +01:00
_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_
2018-01-31 10:01:06 +01:00
## Credits