File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ For each PR, make sure each of these works
2+
3+ # New items
4+ * [ ] Make a new project and make sure you can edit in Robot and TeleOp
5+ * [ ] Add an opmode "Auto" from the + next to Tabs
6+ * [ ] Add a mechanism "Arm" from the + next to Tabs
7+ # Using robot
8+ * [ ] Add a component to the Robot
9+ * [ ] Add a mechanism to the Robot
10+ * [ ] Make sure component and Mechanism show up in toolbox for Opmode
11+ # Events
12+ * [ ] Add an event to the Mechanism
13+ * [ ] In Robot, make sure you can see the event
14+ * [ ] In Opmode, make sure you can see the event
15+ # Mechanims
16+ * [ ] Add a public component to the mechanism
17+ * [ ] Add a private component to the mechanism
18+ * [ ] Make sure that in the Robot you can see the public component (and not the private one)
19+ # Code Generation
20+ * [ ] Generate code (right now "Deploy") and make sure there are no errors
21+
22+
You can’t perform that action at this time.
0 commit comments