From 7263bdeaf0ffcf19cb1186605a5543153f993a7a Mon Sep 17 00:00:00 2001 From: Grey-Echo Date: Sun, 2 Apr 2017 22:08:15 +0200 Subject: [PATCH 1/2] Correct the link for test missions --- docs/Usage_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Usage_Guide.md b/docs/Usage_Guide.md index 90afd885b..43cdcd15e 100644 --- a/docs/Usage_Guide.md +++ b/docs/Usage_Guide.md @@ -280,7 +280,7 @@ Select from the following possible links that can be created to save you time wh # 4) Demonstration Missions -The framework comes with demonstration missions which can be downloaded [here](https://github.com/FlightControl-Master/MOOSE_PRESENTATIONS/releases), that you can try out and helps you to code. +The framework comes with demonstration missions which can be downloaded [here](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases), that you can try out and helps you to code. These missions provide examples of defined use cases how the MOOSE framework can be utilized. Each test mission is located in a separate directory, which contains at least one .lua file and .miz file. The .lua file contains the mission script file that shows how the use case was implemented. You can copy/paste code the code snippets from this .lua file into your missions, as it will accellerate your mission developments. You will learn, see, and understand how the different MOOSE classes need to be applied, and how you can create more complex mission scenarios by combining these MOOSE classes into a complex but powerful mission engine. Some of these exact test missions are also demonstrated in a video format on the [YouTube channel](https://www.youtube.com/channel/UCjrA9j5LQoWsG4SpS8i79Qg). From 35e88c27c5e07cf2d1ab17d1a36c9196e3685c74 Mon Sep 17 00:00:00 2001 From: Grey-Echo Date: Mon, 3 Apr 2017 15:32:42 +0200 Subject: [PATCH 2/2] Changed wrong link to Moose_Missions --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 56c645be6..6339e9b0f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -94,7 +94,7 @@ You'll need to browse to the right MOOSE Class within the inheritance tree struc ## 4.1) MOOSE Demonstration Missions -The framework comes with demonstration missions which can be downloaded [here](https://github.com/FlightControl-Master/MOOSE_PRESENTATIONS/releases), that you can try out and helps you to code. +The framework comes with demonstration missions which can be downloaded [here](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases), that you can try out and helps you to code. These missions provide examples of defined use cases how the MOOSE framework can be utilized. Each test mission is located in a separate directory, which contains at least one .lua file and .miz file. The .lua file contains the mission script file that shows how the use case was implemented. You can copy/paste code the code snippets from this .lua file into your missions, as it will accellerate your mission developments.