Git Product home page Git Product logo

sw8s-java's Introduction

SW8S-Java

Java code for operating Seawolf-8, an autonomous submarine built by AquaPack Robotics at NC State.

Operation

Local (Linux machine)

  • Make local copies of dependencies: ```bash ./gradlew sync
* Sync files and time on Jetson, build jar remotely: ```bash
./gradlew push
  • Full build (including zip): ```bash ./gradlew build
* Test: ```bash
./gradlew test
  • Play video streams: ```bash util/playstreams.sh
    * RTSP streams take a bit of time to start up, may need to cancel early and try multiple times
* Sync logs from Jetson (only works after time sync): ```bash
rsync -av [email protected]:/mnt/data/ TARGET

Remote (Jetson Nano)

* Go set read-write and go to code directory: ```bash
rw && cd ~/SW8S-Java
  • Build program: ```bash ./gradlew build --offline
* Run program: ```bash
./gradlew run --offline --args='TAG --MISSION'
* MISSION values:
    * wait_arm
    * path
    * buoy
    * bin
    * octagon
    * gate (NOTE: currently mimics "path", but records gate model data)
  • Start rtsp server: ```bash systemctl --user start rtsp
    * Check rtsp server status: ```bash
    systemctl --user status rtsp
    ```
* Clear logs: ```bash
rm -rf /mnt/data/*

sw8s-java's People

Contributors

arfnoor avatar bennett-petzold avatar blokz101 avatar chimanwosu123 avatar dchen5022 avatar derekchang4 avatar fategg555 avatar jaypham0803 avatar mb3hel avatar sirimudunuri avatar vpatil33 avatar xingjianl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.