Coder Social home page Coder Social logo

bluerobotics / solarsurfercommander Goto Github PK

View Code? Open in Web Editor NEW
10.0 6.0 0.0 2.01 MB

Navigation planner and command builder for the SolarSurfer project.

License: GNU General Public License v3.0

JavaScript 76.78% CSS 3.00% HTML 20.22%
planner javascript map route usv solar-surfer

solarsurfercommander's Introduction

NOTICE: This project is no longer maintained.

Blue Robotics has chosen to retire this project, it is no longer maintained or supported. Bug reports and feature requests are no longer accepted. The repository has been archived and made read-only. The source is still available and can be forked, but this project may be permanently removed from GitHub in the future. For questions and further information, check out the Blue Robotics discussion forums and Gitter channel.

SolarSurferCommander

Navigation planner and command builder for the SolarSurfer project.

Screenshot

Overview

This script is used to estimate the total travel profile of the SolarSurfer. While written in JavaScript, this package isn't normally hosted anywhere, so you'll have to download and run it yourself to see it.

The bulk of the planning calculations takes place in app/scripts/SolarSurferPlanner.js. The planner uses these packages:

Usage

Clone the repo, install the code, and start the server like this:

git clone https://github.com/bluerobotics/SolarSurferCommander.git
cd SolarSurferCommander
npm install
npm start

The planner should now be available at http://localhost:4444/. The planner prints out most of useful information to the JavaScript console, so open that up to interact with the planner.

You can also push the website to a static content host with:

npm install
npm run-script build
npm run-script upload

Change History

This project uses semantic versioning.

v0.2.4 - 2014/10/future

  • Can now command through the GUI
  • Utilize new GPS time to clean up derived data (tlm >= version 2)
  • Lots of bug fixes

v0.2.3 - 2014/10/09

  • Can now configure vehicles and missions
  • Can now select a different mission to view in the GUI
  • Updated mission planner for Monterey / California coastline trip

v0.2.2 - 2014/09/30

  • Converted graph timestamps to the browser's local timezone
  • Added velocity calculations to the power graph

v0.2.1 - 2014/08/09

  • Refactored "current mission" page into separate pages for better iOS use
  • Added apple-touch-icon for better "add to home screen" experience on iOS
  • Live-updating telemetry
  • Map
    • Added individual markers for each telemetry message (black markers)
    • Added a marker for the latest position (red marker)
    • Added a marker for the user's current position (green marker)
    • Fixed direction of arrows on SolarSurfer path
  • Graph
    • Enabled x-zooming
    • Fixed timestamps
    • Added voltage plots

v0.2.0 - 2014/08/08

  • Refactored from SolarSurferPlanner to SolarSurferCommander
  • Used for the Santa Monica Canyon Test Day 1

v0.1.0 - 2014/06/25

  • Initial release

Todo

  • TODO: Relocated shared components to SolarSurferAngularComponents
  • marker pop-up with date, gps coords, speed, current waypoint #
  • build-your-own graphs / plots
  • overlay planned waypoints by parsing command messages
  • create a solar energy calculator from the ITACA equations and overlay maximum solar energy / time
    • create this as a separate repository for browser and node
  • auto select a position on the map when click a point in a graph
  • Use HTML5 localstorage to speed up subsequent data access
  • brunch doesn't copy .htaccess to _public

solarsurfercommander's People

Contributors

joshvillbrandt avatar rjehangir avatar williangalvani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.