https://github.com/team236/2016-robot
Team236's 2016 Stronghold robot
https://github.com/team236/2016-robot
Last synced: 3 months ago
JSON representation
Team236's 2016 Stronghold robot
- Host: GitHub
- URL: https://github.com/team236/2016-robot
- Owner: Team236
- License: mit
- Created: 2016-01-19T14:03:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T16:24:06.000Z (almost 10 years ago)
- Last Synced: 2025-02-27T06:33:53.691Z (over 1 year ago)
- Language: Java
- Size: 253 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## THIS REPO IS NOW OUT OF DATE. GO [HERE](https://github.com/Team236/2016-Robot-Final) INSTEAD.

Team 236's 2016 bot for FRC Stronghold
### Goals
Here are some of my goals for this season. Best case scenario, I can change the header above to "Features" by the end of
the season.
#### Motion Profiles for Autonomous
The MotionProfile code can now automatically generate smooth and continuous motion profiles based on profile parameters.
The robot can (probably) follow these profiles too, using appropriate commands. This needs testing, but we're really
happy with where we are. More on how this works in the wiki.
#### Smooth PID control
PID was very easy. All we needed PID for was the arm control, so virtually no additional code for us. This also needs
to be tested, but that's a hardware problem.
#### Gyro control
We recently got a brand new NavX MXP gyro, primarily for use in the autonomous mode. we've been able to get readings,
and controlling the robot based on these readings is just a step away.