Add steps to enable navigation 00/28000/2
authoraakash-s45 <tech2aks@gmail.com>
Fri, 16 Sep 2022 13:09:39 +0000 (18:39 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 16 Sep 2022 13:54:47 +0000 (13:54 +0000)
To enable navigation, OPENROUTE_API_KEY variable need to be
set in local.conf

Bug-AGL: SPEC-4543

Change-Id: I4acab227e2bbb58b25891dced4eab4fcc3be66f1
Signed-off-by: aakash-s45 <tech2aks@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28000
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
docs/0_Getting_Started/3_Build_and_Boot_guide_Profile/2_Flutter_Instrument_Cluster_(qemu-x86).md

index 1ce8bcf..47bb4c0 100644 (file)
@@ -50,10 +50,18 @@ $ source master/meta-agl/scripts/aglsetup.sh -b build-flutter-cluster -m qemux86
 - Running this script, will create a build directory if it does not exist. Default build directory: `$AGL_TOP/master/build-flutter-cluster`
 - Default target paltform: `qemux86-64`
 
+** NOTE: Set the API key in local.conf **
+- By default navigation will not work, you need to set your openrouteservie API key to the variable `OPENROUTE_API_KEY` in your local.conf
+- It is present at `$AGL_TOP/master/build-flutter-cluster/conf/local.conf`
+- Example: Just add `OPENROUTE_API_KEY = "your_openrouteservice_api_key"` to the end of local.conf
+
+
 ## 5. Using BitBake
 
 ```bash
-$ cd $AGL_TOP/build-flutter-cluster
+$ cd $AGL_TOP/master/build-flutter-cluster
 $ source agl-init-build-env
 $ bitbake agl-cluster-demo-platform-flutter
 ```
@@ -62,7 +70,7 @@ $ bitbake agl-cluster-demo-platform-flutter
 Boot the image using QEMU
 
 ```bash
-$ cd $AGL_TOP/build-flutter-cluster
+$ cd $AGL_TOP/master/build-flutter-cluster
 $ source agl-init-build-env
 $ runqemu kvm serialstdio slirp publicvnc
 ```