Added more formating fixes... might not work correct on github
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
parent
ff91c46fdf
commit
5fdc51ab91
1 changed files with 35 additions and 33 deletions
|
@ -15,11 +15,15 @@ To install just say `Hey Mycroft, install flightgear copilot`
|
||||||
## Setting up flightgear
|
## Setting up flightgear
|
||||||
_Make sure, you use Flightgear version 2018.1 or above._
|
_Make sure, you use Flightgear version 2018.1 or above._
|
||||||
Add to the command line options:
|
Add to the command line options:
|
||||||
|
|
||||||
|
|
||||||
* `--telnet=8081` Any other port can used but then the skill needs to be reconfigured with `Set flightgear port <your port>`.
|
* `--telnet=8081` Any other port can used but then the skill needs to be reconfigured with `Set flightgear port <your port>`.
|
||||||
* `--allow-nasal-from-sockets`
|
* `--allow-nasal-from-sockets`
|
||||||
|
|
||||||
# Steps to test the Skill
|
# Steps to test the Skill
|
||||||
_Flightgear must run at all time for this skill to work_
|
_Flightgear must run at all time for this skill to work_
|
||||||
|
_Note that sometimes mycroft might not understand you correct. Please check that before you open an issue_
|
||||||
|
|
||||||
|
|
||||||
1. Find flightgear (if flightgear runs on the same machine as mycroft you can skip this step):
|
1. Find flightgear (if flightgear runs on the same machine as mycroft you can skip this step):
|
||||||
* Say `find flightgear`
|
* Say `find flightgear`
|
||||||
|
@ -49,9 +53,8 @@ _Flightgear must run at all time for this skill to work_
|
||||||
* Mycroft will start to go though the checklist. Confirm each item with the response that's on the right side in the checklist window .
|
* Mycroft will start to go though the checklist. Confirm each item with the response that's on the right side in the checklist window .
|
||||||
Expected result: Mycroft continues with the checklist until it says `<Checklist-name> checklist completed`
|
Expected result: Mycroft continues with the checklist until it says `<Checklist-name> checklist completed`
|
||||||
|
|
||||||
_Note that sometimes mycroft might not understand you correct. Please check that before you open an issue_
|
|
||||||
|
|
||||||
4. Test non default aircraft
|
4. Test non default aircraft
|
||||||
|
|
||||||
4.1
|
4.1
|
||||||
* Start flightgear with your aircraft of choise on the runway.
|
* Start flightgear with your aircraft of choise on the runway.
|
||||||
* Say `Flaps 1`
|
* Say `Flaps 1`
|
||||||
|
@ -60,7 +63,6 @@ _Note that sometimes mycroft might not understand you correct. Please check that
|
||||||
* Follow the guide through the creation of the profile.
|
* Follow the guide through the creation of the profile.
|
||||||
* Test your profile like in step 2 (of course adapted to your aircraft).
|
* Test your profile like in step 2 (of course adapted to your aircraft).
|
||||||
|
|
||||||
|
|
||||||
4.2
|
4.2
|
||||||
* Start flightgear with a differen variant to the aircraft.
|
* Start flightgear with a differen variant to the aircraft.
|
||||||
* Say `Flaps 1`
|
* Say `Flaps 1`
|
||||||
|
|
Loading…
Reference in a new issue