Giter VIP home page Giter VIP logo

skybrush-live's Introduction

Skybrush Live

This is the official desktop and web frontend for the Skybrush server.

Steps to install

  1. Install Node.js and npm (the Node.js Package Manager). Note that Ubuntu Linux may contain an old version of Node.js at the time of writing and we need a recent one, so you need to run the following from the command line:

    curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
    sudo apt-get install -y nodejs

    If you are running Windows, you should probably download an installer from here that contains both.

  2. Install all the dependencies of skybrush-live by running npm install from a fresh checkout of the repository. (Note for Windows: For some reason the PATH environment variable of cmd is not always the same as the one in PowerShell, so you may have to use the latter one or alternatively git-shell for the command above to run properly.)

  3. Copy .env.example to .env and include your Bing Maps / Mapbox / Mapzen API key in it if you want to support these map providers. (None of them are required).

  4. Start a development web server with npm start inside skybrush-live, and navigate to http://localhost:8080 from your browser. Alternatively, run npm run start:electron to run Skybrush Live within its own desktop app window.

Support

For any support questions please contact us on our Discord server.

License

Copyright 2018-2022 CollMot Robotics Ltd.

Skybrush Live is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Skybrush Live is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

skybrush-live's People

Contributors

isti115 avatar ntamas avatar vasarhelyi 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.