Coder Social home page Coder Social logo

emuflight / emuconfigurator Goto Github PK

View Code? Open in Web Editor NEW
143.0 15.0 24.0 62.58 MB

Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system

License: GNU General Public License v3.0

NSIS 0.66% HTML 26.34% JavaScript 63.79% CSS 8.46% Ruby 0.58% Shell 0.12% Jinja 0.05%
emuflight-configurator javascript emuflight quadcopter flight-controller fpv imu-f cleanflight hacktoberfest

emuconfigurator's Introduction

Emuflight Configurator

Emuflight Configurator is a crossplatform configuration tool for the Emuflight flight control system.

Emuflight

Various types of aircraft are supported by the tool and by Emuflight

  • quadcopters
  • hexacopters
  • octocopters
  • fixed-wing aircraft.

The application allows you to configure the Emuflight software running on any supported Emuflight target.

Downloads

Please download our releases at GitHub.

Build Status

Authors

Emuflight Configurator is a fork of the Cleanflight Configurator with support for Emuflight instead of Cleanflight.

This configurator is the only configurator with support for Emuflight specific features!

If you are experiencing any problems please make sure you are running the latest firmware version.

Installation

Standalone

This is the default installation method, and at some point in the future this will become the only way available for most platforms. Please use this method whenever possible.

Please download the installer from the Release page.

Apple OSX/Mac

The application is signed and built on a secure environment but we are still working on notarization to get accepted on the Apple Store.

In the meantime, please right-click the application and select Open to be able to override the strict security restrictions.

Experimental Test Builds

Automated Builds available to try on your own risk!

Development

Setup

  1. Install Node.js
  2. Install yarn: npm install yarn -g
  3. Change to project folder and run: yarn install
  4. Run yarn start

Run Tests

yarn test

Build and Release

The tasks are defined in gulpfile.js and can be run with through yarn:

yarn gulp <taskname> [[platform] [platform] ...]

Available Tasks

List of possible values of <task-name>:

  • dist copies all the JS and CSS files in the ./dist folder
  • apps builds the apps in the ./apps folder [1]
  • debug builds debug version of the apps in the ./debug folder [1]
  • release zips up the apps into individual archives in the ./release folder [1]

Build or release app for one specific platform

To build or release only for one specific platform you can append the plaform after the task-name. If no platform is provided, all the platforms will be done in sequence.

  • MacOS use yarn gulp <task-name> --osx64
  • Linux use yarn gulp <task-name> --linux64
  • Windows use yarn gulp <task-name> --win32
  • ChromeOS use yarn gulp <task-name> --chromeos

You can also use multiple platforms e.g. yarn gulp <taskname> --osx64 --linux64.

Languages

Emuflight Configurator has been translated into several languages.

The application will try to detect and use your system language if a translation into this language is available.

If you prefer to have the application in English or any other language, you can select your desired language in the options menu of the application.

Notes

WebGL

Make sure Settings -> System -> Use hardware acceleration when available is checked to achieve the best performance

Linux users

Please add your user into the dialout group for serial access:

sudo usermod -aG dialout $USER

Linux / MacOSX users

If you have 3D model animation problems, enable "Override software rendering list" in Chrome flags at

chrome://flags/#ignore-gpu-blacklist

Support

If you need help please reach out in Emuflight support chat on Discord before raising issues on Github.

Please register and join via this link.

Issue trackers

Thank you!

Developers

We accept clean and reasonable patches, please submit them!


Emuflight

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.