Skip to content

Commit fac0517

Browse files
chore: more documentation update (#206) 5d3b20b
1 parent 835192d commit fac0517

File tree

3 files changed

+9
-38
lines changed

3 files changed

+9
-38
lines changed

PlannedPaths.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# LMFS Planned Paths
1+
# Planned Paths
22

33
Displays all planned routes for the vehicle.
4+
This data comes directly from Navigation SDK, but requires the enablement of restriced use logs.
5+
6+
We are also working on how we can integrate planned paths that are from server side routing. e.g routes from before navigation SDK guidance started.
47

58
![Screenshot](screenshots/planned_paths.png)

Speed.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Speed
22

3-
Lorem ...
4-
53
![Screenshot](screenshots/speed.png)

reporting-issues.md

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,6 @@
1-
# Generating Bundle
2-
To generate a support bundle for reporting issues with either debugger or the full ODRD/LMFS solution run the following commands:
1+
# Data file
32

4-
```
5-
# Generate data files for reporting issues
6-
dune-buggy.js historical --apikey nokey --vehicle=my-vehicle-id
7-
# build sharable, static artifact. Any webserver should be able to host this.
8-
npm run build
9-
tar -czf support-dump.tgz build
10-
```
11-
12-
The generated support-dump.tgz file can be included in bug reports & communication with support.
13-
14-
# Viewing Bundle
15-
16-
The view-bundle.sh script starts a simple webserver and attempts to open a browser window with the
17-
correct url (including specifying a valid API key).
18-
19-
```
20-
tar -xzf support-dump.tgz
21-
cd build
22-
./view-bundle.sh
23-
```
24-
25-
Note that any simple http server can be used to serve the index.html file in the build directior. The following
26-
would suffice:
27-
```
28-
python3 -m http.server
29-
```
30-
31-
# Viewing bundle with newer version of the debugger
32-
33-
The data used in the debugger is contained within the data.json file. This file can be copied
34-
out of support bundle and placed in the 'public' directory of a fleet-debugger github repo.
35-
Once copied, 'npm start' in the fleet-debugger repo will let this bundle be viewed with the
36-
newer UI.
3+
Since all the data is in the browsers local storage only, sending deep link url's is not really a feature. This would only center the map.
4+
For this reason, if you experience an issue zip compress your cloud logging json file that reporoduces the issue.
5+
Search and replace sensitive strings, for instance vehicle ID or trip ID before sending this file in a bug report or similar.
6+
S

0 commit comments

Comments
 (0)