In this tutorial, we set the task of implementing another figure with the robot - a triangle.
- #340
- 14 Apr 2017
- 0:57
Triangle
The RobotC program will be very similar. You must change only the second that you are waiting for the turn. You must make the robot turn "more" so it would have to wait "more".
English
How do you implement other figures other geometrical figures and the one that you can start with is a triangle. So, it is very similar to a square. You move forward and you turn and you repeat this three times. But what you have to do is move forward then turn but not to 90 degrees but for example to 120 degrees. And then continue move forward again turn and in this way you should try to implement a triangle. In the end return to the initial position. So, try it yourself and there are also other interesting tasks that we have written for you. So, try to solve them before moving forward with the module.
Курсове и занятия включващи този Урок
Този Урок е използван в следните курсове и занятия.
VEX EDR introductory course
Designed to get students started with VEX EDR and RobotC. The robotics set is not very easy to use and offers its challenges. In the course we take a step-by-step approach to moving, turning and using sensors. A big part of the course is about programming and using the RobotC software for the Cortext controller.
This course is still under development and constantly change and extended.
- 43
- 69:49
- 0

Move in a square. What are these things called loops?
In this tutorial we would introduce you to the concept of loops using this VEX EDR Robot. As a final result we would have a program that makes the robot move in a square and not by repeating the same instructions for move and turn four different times.
- 6
- 0
- 0
- 3d_rotation 0