https://github.com/frc5024/rocketship
Driver-assisted autonomous for DeepSpace
https://github.com/frc5024/rocketship
Last synced: 3 months ago
JSON representation
Driver-assisted autonomous for DeepSpace
- Host: GitHub
- URL: https://github.com/frc5024/rocketship
- Owner: frc5024
- License: mit
- Created: 2019-04-28T14:06:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T21:32:13.000Z (about 6 years ago)
- Last Synced: 2024-12-31T19:18:11.322Z (5 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RocketShip
Driver-assisted autonomous for DeepSpaceThe goal of the RocketShip project is to ler computers take full control of the robot as often as possible. This way, alignment and planning tasks will allways be completed as efficiently as possible.
## Autonomous hatch pickup
At the press of a button, the robot will follow the HatchLoader routine outlined [HERE](./docs/HatchLoader.md)This routine takes full control of the robot and uses camera and gyro data to pick up a hatch from either loading station.
## Controls
Driving is the standard triggerdrive used on all of our robots, and Holding the right bumper will automatically pick up a hatch from the nearest loading station.