Which languages would be best for programming autonomous systems (e.g. autonomous cars)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which languages would be best for programming autonomous systems (e.g. autonomous cars)?

I would like to build my own little autonomous car with some very basic features. Which programming language would be best to learn to realize this project?

2nd Mar 2018, 10:22 PM
DonGiorgio
2 Answers
+ 3
I agree that c/c++ would be great for it. Some reasons would be: - Compiles to native machine code which means it runs more efficiently than languages that don't like Python, Java - c++ is one of the languages supported by OpenCV. - c and c++ have compilers for embedded devices so it is the best language if you want all of your project's code to look similar. Some tools you might want to look at are RobotOS(ROS) and a driving simulator. I created a standalone simulator for autonomously controlled miniature cars at https://github.com/joshi1983/IARRCSim It deploys as a web application and you'd connect to its HTTP-based API's to read sensor data and control a simulated car. The sensors include camera, GPS, Lidar, and ultrasonic depth sensors.
31st Aug 2019, 10:34 PM
Josh Greig
Josh Greig - avatar
+ 2
I would think the main unit/computer has the logic built in C/C++.
2nd Mar 2018, 11:55 PM
Sergiu Panaite
Sergiu Panaite - avatar