Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

OpenCV #753

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

OpenCV #753

wants to merge 33 commits into from

Commits on Sep 28, 2019

  1. added mechanum stuf

    triacontakai committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    b170fa7 View commit details
    Browse the repository at this point in the history
  2. Renamed files

    cyborg48 committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    decf8f7 View commit details
    Browse the repository at this point in the history
  3. Renamed files

    cyborg48 committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    9d4361d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Configuration menu
    Copy the full SHA
    4df9bfb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Added autonomous

    cyborg48 committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    0b55bc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    ba3a37b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. added outreachbot code

    cyborg48 committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    52af7b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Configuration menu
    Copy the full SHA
    80a5fa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. fixed inverted strafe

    took a lot of effort
    triacontakai committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    76df574 View commit details
    Browse the repository at this point in the history
  2. refactored some movement stuff into functions, working on implementin…

    …g nudge system with top buttons
    triacontakai committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    911886a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Update

    cyborg48 committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    a3221fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa07b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce7e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Update

    cyborg48 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    fa8f45d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. added+tested arm up-down and extension

    also added untested grab hand movement
    triacontakai committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    c4dc2a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Merge remote-tracking branch 'origin/master' into alignfind

    # Conflicts:
    #	TeamCode/src/main/java/org/firstinspires/ftc/team6417/Hardware6417.java
    #	TeamCode/src/main/java/org/firstinspires/ftc/team6417/MecanumDriveOpMode.java
    cyborg48 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    5e590a7 View commit details
    Browse the repository at this point in the history
  2. Update

    cyborg48 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    6257cc1 View commit details
    Browse the repository at this point in the history
  3. Update

    cyborg48 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    da43393 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. changed bindings of nudge to dpad since buttons caused the robot to m…

    …ove on start (VERY BAD)
    
    in the future lets try to avoid setting controls to a, but we can probably add a sleep if needed
    triacontakai committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a7c5ad7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Update

    cyborg48 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    9d7d446 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	TeamCode/src/main/java/org/firstinspires/ftc/team6417/MecanumDriveOpMode.java
    cyborg48 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    42d87fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c3a80 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Configuration menu
    Copy the full SHA
    b6ba49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ceea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83a1a20 View commit details
    Browse the repository at this point in the history
  4. fixed auto-adjust grab hand angle when adjusting height

    also added reset button (y on gamepad 2) as a fallback
    triacontakai committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    24ffc4f View commit details
    Browse the repository at this point in the history
  5. added Gunvir's autonomous

    cyborg48 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    0554a19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    999e91e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Added OpenCV stuff

    cyborg48 committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    5f8cc64 View commit details
    Browse the repository at this point in the history
  2. Added OpenCV stuff

    cyborg48 committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c0b84f5 View commit details
    Browse the repository at this point in the history
  3. Added OpenCV stuff

    cyborg48 committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    aa1eeac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96dd683 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. added some of the gyro stuff, see if you can get it working, I dunno …

    …what values the gyro methods return yet so I didn't finish
    cyborg48 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    70aa38c View commit details
    Browse the repository at this point in the history