Which language is ideal for robotics

Spyros picture Spyros · Feb 22, 2013 · Viewed 17k times · Source

I am a Robotics engineer and I have just finished my MSc. I see that a lot of companies that are developing robotics solutions and automations are demanding more and more that the engineers that they are asking to hire, to be able to program. But besides Matlab which is the obvious what would be a good programming language to learn?

And by "good", I mean a language that is heavily used in industrial programming. (Industrial robots, cars and avionics, welding and painting robots and mostly automations)

Thanks in advance.

Answer

Alptigin Jalayr picture Alptigin Jalayr · Feb 22, 2013

In my experience, C and C++ are widely used in research and industry. They're fast, and there are good libraries available for everything from Computer Vision to Linear Algebra.