Updated README.md
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
parent
1583c886b9
commit
8eba84c3c7
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -4,23 +4,28 @@ 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 development.
|
||||
This skill is still under active development.
|
||||
Currently in work:
|
||||
* Rework of the checklist system
|
||||
* Setting changes per voice command
|
||||
|
||||
## 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
|
||||
## 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 (WIP)
|
||||
* Cessna 172p
|
||||
|
||||
## Credits
|
||||
|
|
Loading…
Reference in a new issue