Skip to content

Commit 51b9c19

Browse files
author
Kajetan Jonak
committed
readme
1 parent 94b3322 commit 51b9c19

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
# GUI-v2
1+
# GUI-v2
2+
GUI-v2 is an app for interfacing with "Okoñ" in user friendly way. "Okoñ" is an AUV built by KNR AUV Team.
3+
4+
## Table of contents
5+
* [General Info](#general-info)
6+
* [Target Platform](#target_platform)
7+
* [Usage](#usage)
8+
- [Startup](#Startup)
9+
- [Connection](#Connection)
10+
* [Networking](#networking)
11+
12+
* [Developer Manual](#developer-manual)
13+
14+
* [Setup](#setup)
15+
16+
## General Info
17+
App has been developed in MS Visual Studio 2019 using WPF API. It provides the following features:
18+
19+
- AUV control with a pad or keyboard
20+
- Real time sensors data plots
21+
- Logging data from jetson - AUV core
22+
- Setting up PID controller
23+
- Testing onboard features
24+
- Starting autonomy missions
25+
26+
## Target Platform
27+
Target platform is any windows 10 machine. TODO: .NET version
28+
29+
## Usage
30+
31+
### Startup
32+
Please download [pre-built binaries](https://github.com/knr-auv/GUI-v2/releases/ "pre-built binaries"), latest [Jetson software](https://github.com/knr-auv/jetson-v2/tree/develop) and [simulation](https://github.com/knr-auv/simulation/).
33+
If you want to use this app in simulated enviroment please run simulation first. Now you can launch jetson and GUI, the order doesn't matter.
34+
35+
36+
### Conection
37+
GUI will try to connect with jetson automatically.
38+
If it's not the case please check if jetson script is running and the IP address is set correctly (you can do that in app settings), than hit connect button.
39+
40+
## Networking
41+
GUI follows networking protocol described in jetson repo.

0 commit comments

Comments
 (0)