summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-08-10 07:12:36 +0900
committerWalt Miner <walt@linux.com>2024-08-19 20:56:18 +0000
commit7caa7c5d7c5454ec79fb90f102508565f432c5b1 (patch)
treece1bee14c8fb829e41fed5f4f383baf67c4b095c /docs
parent3bb76ac17d36d29763c8d803d964574e1343b165 (diff)
Add Momi Navi information to documentation
The Momi Navi need few environment variable to show map and customize view. This patch add these information. Bug-AGL: SPEC-5224 Change-Id: I64e19175bdaa1e8c63f8bd2b796c98bdf91fb69b Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30186 Tested-by: Walt Miner <walt@linux.com> Reviewed-by: Walt Miner <walt@linux.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md7
-rw-r--r--docs/06_Component_Documentation/01_AGL_components.md5
-rw-r--r--docs/06_Component_Documentation/Demo_Application/01_Momi_Navi.md35
-rw-r--r--docs/06_Component_Documentation/Demo_Application/images/mominavi.jpgbin0 -> 20411 bytes
4 files changed, 47 insertions, 0 deletions
diff --git a/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md b/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
index cecf096..549111b 100644
--- a/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
+++ b/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
@@ -357,6 +357,13 @@ UI.
Please refer to Appendix 3.
+## Frequently Asked Questions
+
+| Questions | Answer |
+|:---|:---|
+| Why not show map in default screen of Momi IVI. | When you want show map, you need extra step. Please fallow [this page](../../06_Component_Documentation/Demo_Application/01_Momi_Navi.md).|
+
+
## Appendix.1.  Typical Hardware set.
### AGL Reference Hardware.
diff --git a/docs/06_Component_Documentation/01_AGL_components.md b/docs/06_Component_Documentation/01_AGL_components.md
index 3508096..4aa9a17 100644
--- a/docs/06_Component_Documentation/01_AGL_components.md
+++ b/docs/06_Component_Documentation/01_AGL_components.md
@@ -24,3 +24,8 @@ title: AGL Components
### Application Lifecycle and Services
- [Application Framework](Application_Framework/01_Introduction.md)
+
+### Application for Demo
+
+- [Momi Navi](Demo_Application/01_Momi_Navi.md)
+
diff --git a/docs/06_Component_Documentation/Demo_Application/01_Momi_Navi.md b/docs/06_Component_Documentation/Demo_Application/01_Momi_Navi.md
new file mode 100644
index 0000000..ac0f886
--- /dev/null
+++ b/docs/06_Component_Documentation/Demo_Application/01_Momi_Navi.md
@@ -0,0 +1,35 @@
+---
+title: Momi Navi
+---
+
+# What is Momi Navi
+
+Momi Navi is a example application for navigation. It run on simple ivi demo (that name is momi IVI) for the instrument cluster container integration.
+
+![](images/mominavi.jpg)
+
+## How to use
+
+When you build the instrument cluster integration without momi navi specific setting, it will not show map. You need momi navi specific setting.
+
+The momi navi uses mapbox gl plugin fo Qt location. It requires own access token to download map. You can create own mapbox access token following [this page](https://docs.mapbox.com/help/getting-started/access-tokens/).
+
+After creation, please set environment variable to local.conf (or site.conf).
+
+```
+MOMIMAP_MAPBOX_ACCESS_TOKEN = "Your access token."
+```
+
+## Extra configuration
+
+Momi navi supports configuration for customize.
+
+When you set environment variable to local.conf (or site.conf), you can customize Momi navi.
+
+| Environment variable | Customizing parametor |
+|:---|:---|
+| MOMIMAP_MAPBOX_STYLE | Map style |
+| MOMIMAP_INITIAL_LATITUDE | Default location |
+| MOMIMAP_INITIAL_LONGITUDE | Default location |
+
+How to create map style, please check [this page](https://docs.mapbox.com/studio-manual/guides/map-styling/).
diff --git a/docs/06_Component_Documentation/Demo_Application/images/mominavi.jpg b/docs/06_Component_Documentation/Demo_Application/images/mominavi.jpg
new file mode 100644
index 0000000..8e30c05
--- /dev/null
+++ b/docs/06_Component_Documentation/Demo_Application/images/mominavi.jpg
Binary files differ