Eric Ratliff a69c2bf718 Add chute controller with homing and position unwrapping
Implements automated homing, potentiometer wraparound tracking, and position
control for FTC chute mechanism. Includes mock hardware for testing and
real hardware adapters for deployment.
2026-02-03 23:41:58 -06:00
2026-02-03 21:57:40 -06:00
2026-02-03 21:57:40 -06:00
2026-02-03 21:57:40 -06:00
2026-02-03 21:57:40 -06:00
2026-02-03 21:57:40 -06:00
2026-02-03 21:57:40 -06:00
2026-02-03 21:57:40 -06:00
2026-02-03 21:57:40 -06:00

chute-drive

FTC Robot project created with Weevil 1.1.0-rc1 on 2026-02-04T03:57:40.088970052+00:00.

Getting Started

This is a minimal FTC robot project. Add your robot code in:

  • src/main/java/robot/opmodes/ - OpModes for TeleOp and Autonomous
  • src/main/java/robot/subsystems/ - Robot subsystems
  • src/main/java/robot/hardware/ - Hardware abstractions

Building

# Setup environment (first time only)
weevil setup

# Build APK
weevil build

# Deploy to robot
weevil deploy

Project Structure

chute-drive/
├── src/
│   ├── main/java/robot/
│   │   ├── hardware/      # Hardware interfaces
│   │   ├── subsystems/    # Robot subsystems  
│   │   └── opmodes/       # TeleOp and Autonomous
│   └── test/java/robot/   # Unit tests
├── build.gradle           # Build configuration
└── README.md             # This file

Next Steps

  1. Add your robot hardware in src/main/java/robot/hardware/
  2. Create subsystems in src/main/java/robot/subsystems/
  3. Write OpModes in src/main/java/robot/opmodes/
  4. Test and deploy!

Documentation


Created with Weevil - FTC Project Generator

Description
No description provided
Readme 127 MiB
Languages
Java 90.4%
Shell 5.3%
Batchfile 4.3%