Giter Club home page Giter Club logo

frcdeepspace's People

Contributors

andrewyang89 avatar dxfg avatar henryz2004 avatar pentation avatar snowpuppy avatar tm1287 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

frcdeepspace's Issues

Robot exceeds 20ms timed intreval when executing vision PID command

How To Replicate

Add one of the vision PID commands to be triggered when a button on the joystick gets pressed.

Symptoms

Robot reports that watchdog has not been fed in 20ms
Robot reports that one or more processes has exceeded 20ms
Robot disables itself

Possible Causes

Communication between robot and Raspberry Pi timing out?
Vision processing on Raspberry Pi taking to long?
Threading somehow messed up on the Pi?

needs a block diagram

This project needs a block diagram to make it clear to team members what will be developed.

clean up code tabs/spaces and indentation

When less critical things are going on, I'll go through and fix all of the whitespace issues in the code by turning tabs into spaces and ensuring that everything is indented by 2 spaces.

fix memory leak

SmartDashboard.putData("NonPIDClimb", new NonPIDClimb(stiltPower, intakePower));

The garbage collector will probably clean up eventually, but this is still very bad. This line is perpetually creating a new command instance. All new command creation for smart dashboard should be done in the robot constructor.

clarification on master branch and testing branch

Sriram said that the testing branch was going to be used for development and that testing branch changes would then be pushed to master. The behavior I've been seeing though doesn't reflect this idea. Andrew, Sriram, and Tejas are committing code directly to the master branch instead of to the testing branch. Also the README for the project indicates that the testing branch will be rebased with master (i.e. merge master branch changes into testing) rather than the other way around. Is the README correct or is testing supposed to be used as a development branch?

To-Do List

Test / Tune Climbing Code
Test / Tune Vision Code
Test / Tune Command Groups
Test / Tune Commands (+ Fix Robot Mappings)
Test / Tune Autos

The Awesome To-Do List of Awesome Things To-Do!

  1. Fix Wiring & Current Control such that we don't lose comms in matches
    Swap RoboRIOs
  2. Faster Gantry (In With-holding Allowance)
  3. Test Motion Magic on Drive-train
  4. Test Autos & Tune PID
  5. Fix Vision

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.