Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
/ starstruck-B Public archive

PROS code for the B team's Starstruck robot.

Notifications You must be signed in to change notification settings

mannrobo/starstruck-B

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarStruck B

This is the source code for Some Assembly Required's StarStruck Robot, written using PROS, a native C compiler for VEX Cortex. The primary files of interest are most likely: (Some of these are not implemented)

  • pid/main(.c|.h) and strategies. This is a generalized PID implementation, with several strategies implemented:
    • xdrive: This implements multiple PIDs to power an X Drive.
    • maintain: source code to maintain a specific motor speed.
    • move: The most simple PID strategy. Move a specific distance, calculated in ticks

Releases

No releases published

Packages

No packages published