ProjectBucephalus / Crescendo

Other
1 stars 0 forks source link

3 Button Climb #1

Open sillylittlerobots opened 10 months ago

sillylittlerobots commented 10 months ago

What are we developing? We need a system that can fully automate a climb, making it 3 steps. This needs to potentially have a manual bypass, but it should be reliable.

Requirements:

Steps for design:

  1. Consider the steps involved in a manual climb. What does everything take, in what order.
  2. What are the risks associated with this? What happens if a motor keeps spinning? What sensors can you put to disable this
  3. Consider the command-based paradigm. How many commands do you need to make (Hint it shouldn't be more than 6)
  4. Are there any built-in commands to help you?
  5. Is there a way to store the "state" of a robot (hint, enumeration)
  6. Good luck!
sillylittlerobots commented 10 months ago

If a robowrangler is indicated, consider the relevant steps required for a robot to effectively be carried, The deploy step and climb step may need a 'wrangle' button as well.