Skip to content
/ gui Public

An application designed and developed to control a remote-operated vehicle towed behind a vessel.

License

Notifications You must be signed in to change notification settings

Towed-ROV/gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI

An application designed and developed to control a remote-operated vehicle towed behind a vessel.

no_image

Requirements

  • Git
  • Node.js (version >= 10.16 and npm >= 5.6)

Installation

In the terminal, run the following commands

git clone https://github.com/Towed-ROV/gui.git
cd gui
npm install

Usage

Method A: Creating a desktop application and running it.
Method B: Launched directly from the terminal

..

Method A

npm run build (might take awhile)
cd dist
.\control-app.exe

Method B

npm run start