Giter Club home page Giter Club logo

code_2024_crescendo's People

Contributors

kibbecode avatar allison4453 avatar sdseifert avatar

Watchers

 avatar  avatar

code_2024_crescendo's Issues

Add SubSystems

Add empty SubSystems for
Intake, Hopper, Shooter, Climber, Trapper.

Add Starting and Finishing comment to Constructor following this example.
System.out.println("+++++ Starting Chassis Constructor +++++");
System.out.println("----- Ending Chassis Constructor -----");

Add ShuffleBoard tab following this example, changing to reflect SubSystem name.
private final ShuffleboardTab chassisTab = Shuffleboard.getTab("Chassis");

The following is an example of data placed on the tab.
private final GenericEntry sbAngle = chassisTab.addPersistent("Angle", 0)
.withWidget("Text View").withPosition(5, 0).withSize(2, 1).getEntry();

The following is an example of updating the data in the periodic() method.
sbAngle.setDouble(getAngle().getDegrees());

fix auton direction

auton goes left while teleop goes forward. suspect robrio/navx is rotated on the chassis.

Develop PathPlanner routes

Develop various routes to validate use of the PathPlanner tool. Routes should start simple and then become complex incorporate various events/commands along the route.

Chassis track April Tag

The chassis needs to take commands from Vision tracking an April Tag. The April Tag should drive both Pan to the tag and Rotate to face the tag. Field poses, April Tag poses and Robot pose can be used to develop the Pan and Rotate commands.

Fix max speed

Robot speed is slower than expected. Significantly, slower than robots on the field last year.

Could be gearing. Could be software limit. Etc.

build.gradle shows error "Unresolved dependency: org.junit.platform junit-platform-launcherJava(0)"

To resolve...

On Windows execute the following in powershell:

Invoke-WebRequest -Uri https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.module -OutFile C:\Users\Public\wpilib\2024\maven\org\junit\jupiter\junit-jupiter\5.10.1\junit-jupiter-5.10.1.module
Invoke-WebRequest -Uri https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.module -OutFile C:\Users\Public\wpilib\2024\maven\org\junit\junit-bom\5.10.1\junit-bom-5.10.1.module

On Linux/macOS execute the following:

curl https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.module -o ~/wpilib/2024/maven/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.module
curl https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.module -o ~/wpilib/2024/maven/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.module

After running those, you’ll need to refresh Java intellisense in VS Code for it to pick up the new files. You can do so by running the Clean Java Language Server Workspace command in VS Code (Ctrl-Shift-P).

Changes for competition robot

When moving from prototype to competition robot, the following changes need to be made.

  • Update chassis dimensions
  • Update camera position
  • Change swerve drive gear ratio from L2 to L3
  • Change swerve drive motors from Neo 1.1 to Flex Vortex
  • Config CAN IDs for Flex controllers

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.