Giter VIP home page Giter VIP logo

dashboard's Introduction

FTC dashboard

Dashboard is a useful tool for FTC teams, helping them to review and debugg code better.

image:
image2

made by

  1. adam rubinfeld (orbit 14872 alumni)
  2. team apollo 9662 (Israel)
  3. Ofir Siboni (FRC Steampunk 1577)

Installation

  • make sure you have updated Java installed on your mechine.
  • Download FTC app
  • copy the file from ftc app and paste in team code
  • Download and unzip FTC dashboard
  • Install Intellij On your computer.

Usage

  • Before making any changes, make sure to backup your Robot's code, If you have Github repository - It might be a good time to commit & push

  • Through your computer, connect to Wifi Direct hosted by your robot controller.

  • Open FTC Dashboard on Intellij and run it.

  • Copy the IP address on the console
    image1

  • Add this code in your Teleop/autonomus

Threat dashboard = new mainThreat("<ip>", <team number>);

@Override
public void init(){
    dashboard.start();
}

@Override
public void stop(){
    client.close();
}
  • Now, each time you want to add information to your dashboard, you should use Dashboard functions, You will note that information will be displayed on the opened window while running. go to mainThreat and change what you want to see in each graph example:
sendDrive(<lf>,<lb>,<rf>,<rb>)
sendVertical(<speed>,<current pos>,<wanted pos>);
sendHorizontal(<speed>,<current pos>,<wanted pos>);
markEndOfUptade();

Contact me

Instagram:
adamrubinfeld19

Gmail:
[email protected]

License

dashboard: MIT
ftc app: MIT

dashboard's People

Contributors

adamrubinfeld avatar ofirsiboni avatar orbitftc avatar

Stargazers

 avatar  avatar  avatar  avatar

Forkers

ofirsiboni

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.