Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Software/Software Checklist.md

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use this as a base and expand with more details using some of the times you added

  • List all states of robot
  • Assume motor counts
  • Define motor categories (Freespin/Positional)
  • Assign motors to different states
  • Create Github issues, clustered by categories
  • Protobot skeleton code
  • Assign buttons

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Robot Checklist
1. List all states of robot
2. Assume motor counts
3. Create motor names
4. Define motor categories (Freespin/Positional)
5. Map motors to robot states
6. Assign buttons
7. Create Github issues, clustered by categories
8. Start creating code for motors and rotors
9. Wire the state machine
10. Protobot skeleton code
11. Create state machine in code
12. Create code logic