What is the language that use for programming of robots ?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the language that use for programming of robots ?!

is it a separate language ?

2nd Apr 2018, 11:08 AM
Mohammed Ibrahim Abdarrahim
Mohammed Ibrahim Abdarrahim - avatar
3 Answers
+ 2
There are seprate languages for it but many people agree that C and C++ are a good starting point for new robotics programmers. Because a lot of hardware libraries use these languages. They allow interaction with low level hardware, allow for real time performance and are very mature programming languages. These days, you'll probably use C++ more than C, because the language has much more functionality. C++ is basically an extension of C. It can be useful to learn at least a little bit of C first, so that you can recognize it when you find a hardware library written in C. C/C++ are not as simple to use as, say, Python or MATLAB. It can take quite a lot longer to implement the same functionality using C and it will require many more lines of code. However, as robotics is very dependent on real time performance, C and C++ are probably the closest thing that robotic programmers have to "a standard language".
2nd Apr 2018, 11:27 AM
Ekansh
+ 2
basically Phython is very popular and easy to code although i have not started phython tutorial but i heard by many that phython is easy to learn and it is used in Robots (AI).
2nd Apr 2018, 11:27 AM
🦋FEATHER🦋
🦋FEATHER🦋 - avatar
2nd Apr 2018, 5:42 PM
Rayan Abdullateef Mohammed Ahmed
Rayan Abdullateef Mohammed Ahmed - avatar