
VEX EDR Intro. Spin with the VEX robot. Spin right
Spinning with the VEX EDR robot involves the use of both motors. The left and the right. Every robot with wheels could spin and this makes not exceptions.
- #333
- 25 Mar 2017
Spinning with the VEX EDR robot involves the use of both motors. The left and the right. Every robot with wheels could spin and this makes not exceptions.
The next important step when turning with a robot is to learn how to do an Arc turn.
Where is the math while turning? Is there any math involved? Should there be?
To prepare the robot to move in a square and to use a loop in the program we would first make this VEX EDR robot move forward and turn, using a program developed with RobotC.
We start with the previous program where we made the robot move forward and turn. We continue in this tutorial with repeating the same RobotC instructions four times. Our goal is to make the robot move in a square.
The previous tutorial showed you how to copy/paste instructions in RobotC. The current video will introduce you to loops.
In this tutorial, we set the task of implementing another figure with the robot - a triangle.
The more advanced task is to more in a polygon. This would require calculating the degree of each of the turns and RobotC is a language in which you could implement this math calculation very easily.
To control the VEX Cortex controller we must use a software. In this episode we would download the software from the VEX site. Strange thing is that you must select your region correctly even if you are not in this region
After we've download the software we must install it and most importantly configure it. Without propertly configuring the software it would be difficult to use the Cortex Controller.
Сега ще направите първата си програма в курс и ще накарате робота да се движи напред.
Ще ви покажем три възможни начина как да прехвърлите програмата си от компютъра в робота.
Ще разгледаме типичните причини защо роботът ви изобщо не иска да се движи.
Задачата е да програмирате робота да се движи напред и назад с все по-малки разстояния.