Skip to main content
6 answers
6
Asked 1886 views

What programming languages are useful for robotics?

Hi! I'm currently interested in pursuing computer science, especially for the development of artificial intelligence and robotics. What are the most valued and useful programming languages to know? #programming #robotics #artificial-intelligence

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

6

6 answers


2
Updated
Share a link to this answer
Share a link to this answer

Jason’s Answer

A lot of your real-time software will be developed in C/C++, though, as Wayne said earlier, Java is becoming a bigger player in these fields (as in FIRST Robotics). The real answer to what computer programming languages to know is all of them ;)


Different languages have different features, and different areas in which they excel. Knowing C/C++ and Java is a great start for almost anything in the Computer Science and Robotics fields. Knowing Python and Perl are useful no matter what you do. And if you know older languages like FORTRAN or even COBOL, you have an in-demand skill that few poeple can match.


The great part about programming is that once you understand HOW to program, a new language is just another challenge!

2
1
Updated
Share a link to this answer
Share a link to this answer

Raphael’s Answer

O*net online may provide some helpful information and it also provides technology skills, education, salary, etc.. to go along with the career path. Use keyword search or explore via the "Career Cluster" drop down.

The O*NET Program is the nation's primary source of occupational information. Central to the project is the O*NET database, containing hundreds of standardized and occupation-specific descriptors on almost 1,000 occupations covering the entire U.S. economy. The database, which is available to the public at no cost, is continually updated from input by a broad range of workers in each occupation. The Occupational Information Network (O*NET) is developed under the sponsorship of the U.S. Department of Labor/Employment and Training Administration

1
1
Updated
Share a link to this answer
Share a link to this answer

RAMESH’s Answer

It depends on what field and what programming experience you have. If you have experience and planning to learn, I would suggest learning some python, Java, and C/C++. If you are already familiar with a programming language and looking for robotics, I would look into C++/C# as many SDK's can be utilized using those languages.
1
1
Updated
Share a link to this answer
Share a link to this answer

Wayne’s Answer

Usually the robotics kits have a specific SDK (software development kit) associated with them. Most of them use some sort of Java. So First Robotics uses a different interface than Lego Mindstorm even though they are both Java based.

1
0
Updated
Share a link to this answer
Share a link to this answer

Shweta’s Answer

C/C++, Python, Java. .NET, MATLAB

Hope this helps!
0
0
Updated
Share a link to this answer
Share a link to this answer

Latheef’s Answer

Python and full stack development skills would be good.
0