forked from eddieliao/RobotathonESP32
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some missing dates on schedule. Added unedited wall checkpoint …
…text
- Loading branch information
Showing
8 changed files
with
114 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
--- | ||
layout: default | ||
title: Forms | ||
title: Links and Forms | ||
nav_include: true | ||
nav_order: 4 | ||
--- | ||
|
||
TBD | ||
# Forms TODO: add actual links | ||
|
||
This page contains all the links and forms that you might need! | ||
|
||
<!-- change colors to whatever idc --> | ||
[Robotathon Linktree](a){: .btn .btn-purple } | ||
[Robotathon Interest Form](a){: .btn .btn-purple } | ||
[Robotathon Dues Form](a){: .btn .btn-green } | ||
[RAS Membership Form](a){: .btn .btn-blue } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ nav_include: true | |
nav_order: 1 | ||
--- | ||
|
||
TBD | ||
# Robotathon Docs TODO: move stuff from preface to here | ||
|
57 changes: 57 additions & 0 deletions
57
docs/_sections/_guide-primaries/checkpoints/mechanical-checkpoint.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
layout: default | ||
title: Mechanical Checkpoint | ||
nav_include: true | ||
parent: Checkpoints | ||
nav_order: 4 | ||
--- | ||
# Mechanical Checkpoint | ||
Your team has to come up with a mechanical design that translates individual robot components into how you envision your robot completing particular tasks. | ||
A lil intro to engineering projects! Along with your team, these are the bare bones of what it takes to create a project (ahem ahem like a robot?? ahem ahem) from start to finish. For more elaboration on these key steps, I recommend checking out our tutorial on the Engineering Design Process here. | ||
|
||
1- Identify the tasks/functions needed for the challenge | ||
It would be wise to take a look at the RAScade competition rules, my dear. In particular, start thinking about your team’s game plan for each match. | ||
2- Identify how parts can be used | ||
Take a look at the provided parts list. Look up things like what a servo motor is used for or how to operate different sensors! | ||
3- Brainstorm how you can combine parts to achieve that goal; no wrong ideas! | ||
4- Build/Test/Improve a Prototype | ||
|
||
Your robot is faced with the challenge of throwing an object. Here are some “template” designs that might be appealing to look more into! Here’s a separate link that might help with your research. | ||
|
||
A Few Robot Arm Designs | ||
|
||
Basic Claw Bot | ||
It gets the job done. | ||
|
||
- Up up down down left right left right- I mean use motors to move wheels, lift your bot’s arm(s), and grip or release something. | ||
- Usually done for controlled robots rather than autonomous. | ||
|
||
Conveyor Belt Lift/Drop | ||
Going up? Or down? | ||
|
||
- Using flaps, chains, gears, etc, guide stuff from point A to B. | ||
- Can be used to transfer something front to back or vice versa as well. | ||
-Make sure the objects are supported by the system! | ||
|
||
Flywheel Shooter | ||
There is a need for speed in order to fly. | ||
|
||
-With a wheel (or two!) and a fast enough motor and friction, your bot can send stuff flying! | ||
-Whatever is holding the wheel and axle that spins needs to be held steady! Don’t need your whole bot shaking now do we? | ||
|
||
Fling/Catapult | ||
An oldie but a goodie. | ||
|
||
-A strong enough flick of the wrist can project an object away from the bot. | ||
- Rubber bands could be used like a slingshot. | ||
-Be careful to balance the weights of the bot and what the lever arm is flinging! | ||
|
||
Pusher/Intake | ||
To hold objects or let them go. | ||
|
||
- Get creative for how your bot wrangles objects closer to or away from itself near to the ground. | ||
- Can be passive or active with motors. | ||
- Avoid scenarios where objects could get stuck! | ||
|
||
The engineering design process is just that- a process! Designs don’t always work they way you planned, so be prepared to do a lot (and I mean a lot) of revising to end up achieving the goal you originally intended. Keep an open mind and think outside of the box! :) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ title: Motors | |
nav_include: true | ||
parent: Sensors and Actuators | ||
nav_order: 1 | ||
--- | ||
--- | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ title: PID Control | |
nav_include: true | ||
parent: Sensors and Actuators | ||
nav_order: 1 | ||
--- | ||
--- | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ title: Sensors and Actuators | |
nav_include: true | ||
has_children: true | ||
nav_order: 2 | ||
--- | ||
--- | ||
|
||
TBD |