Best Type of VEX Coding?

What is the best type of coding used for autonomous?

Are you asking program wise? Or if you should use sensors, use rotations, or use time to do autonomous.

1 Like

I’m talking program wise.

SInce you are in IQ, VexCode blocks is a pretty good and fairly simple block program to use and learn.

2 Likes

We have to use VexText V5Code.

Ok, so that is also a very good program to use, it is harder then the blocks, because you have to type out everything, but it is not that bad to learn the basics.

2 Likes

What I’m trying to ask is what coding language should I use. c++, python, javascript?

You should use the one that lets you make a successful program. If you already know one of the languages you listed and aren’t interested in learning another, use that one.

If your team or teacher has restricted you to using VEXcode V5 Text, this will limit you to C++. Python and Javascript are only available for V5 through Robot Mesh Studio at the moment, and C is available through PROS. (RMS and PROS also have C++ as options.)

4 Likes

the best type of coding is the coding that you are best at. basically all text based coding environments are viable

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.