Metea Valley Robotics









The Design Process

Here at Metea Valley Robotics, we strive to build the best robots we can. In order to build a good robot, there are certain steps a team should take.
These steps are known as the Engineering Process. Below are the steps a team should follow in order to succeed in building the best robot they can:






The Engineering Process


  1. Define the problem
  2. Each year, VRC provides students with a detailed description and explaination of that year's competition. In short, they are describing a problem that needs to be solved. There, you already know what you're solving for!

  3. Research the Problem
  4. So you know the problem. Now what? A team should look into what the competition is and what type of robot they may need/use.

  5. List Requirements
  6. Typically, a team must follow certain rules when building a robot or playing it on the field. A team should always look into these guidlines beforehand so they don't skip over essential details. Another requirement which a team should identify is what they actually need to build the robot. Parts? A laptop?

  7. Brainstorm Solutions
  8. This one is quite self-explanatory. A team should formulate ideas on what the robot will look like and how it will function. Brainstorm and share any ideas that come to mind and write them down (For this, you should use your engineering notebook). Once you develop some ideas, start sketching out different parts of the robot.

  9. Build Your Robot
  10. Start building the "prototype" of your robot using the ideas and designs you listed.

  11. Test Your Robot
  12. During the testing phase, a team should make sure all components of the robot work as intented (without breaking). If a certain aspect of your prototype failed to perform its intended task, take some time and debug the problem. Find out the root of the problem and fix it.

  13. Reflect
  14. Typically, no robot is perfect on the first try. You are expected to fail many times. If the robot worked, great! Think of ways to improve upon what you already have done. If it didn't work as intended, revise! You may have to go back to the drawing board if things go really wrong with the robot.



Code Structure


The structure of our code is important when programming a robot. Laying out the code helps to look at the general idea of all the robot's inner functions and expands on them. Before getting into the programming of the robot, a team must first decide on what program they will use. There are several different IDE's for VEX Robotics, but two of the more significant ones include VexCode and Vex Pros. They are both great code IDE's, and each have their own pros and cons. After deciding on the program, we must then familiarize ourselves with it and begin programming shortly after. The programming stage of robotics is key to creating a good robot. You must have code that is both organized/easy to navigate and effective. The use of variables will greatly help in keeping the code clean and less complicated while minimizing room for error.

How Can You Get Help?

Understandably, many struggle in their early years of robotics, and it can be quite difficult to keep up with the competition. There are a few ways you can get help.