What programming language should I use to program a robot? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What programming language should I use to program a robot?

What would I use to do something like "motor6-30 degrees left". A sort of object that I could put some sort of operation system into and can use multiple motors and/or sensors simultaneously.

24th May 2020, 7:02 PM
Conor Walsh
Conor Walsh - avatar
2 Answers
0
Would really help if you disclosed what kind of robot, as there might be an embedded system of some kind. In general, C++ is a good choice or Python, depending on the chip technology you plan to be using (Arduino? RPi? other?)
24th May 2020, 7:08 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
0
By the way, there is still a freebie on packtpub.com available today (May 24), which might interest you: Mastering ROS for Robotics Programming: https://www.packtpub.com/hardware-and-creative/mastering-ros-robotics-programming-second-edition
24th May 2020, 7:18 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar