Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

I have searched but have not been able to find any information about this. Also interested in the overall architecture of the system from a software point of view. They pull together a pretty significant amount of information from the rad/ laser / GPS and tire tracks in real time to build and maintain a "model of the world" - I'm curious about what is used to create this.

1 Answer

0 votes
by (108k points)

Many programming languages are used. Autonomous driving is not a simple system, but rather a large number of cooperating systems collaborating together. The sensors have their own programming code, the communications backbones have their own code, the navigation system has its own code, and all those bits are written by different people, different companies, and all choose their development platforms to meet the needs of the task. There is no need to standardize on a single language, and many reasons for the best languages to be chosen for each specific task.

The Algorithms will be more fascinating to look at as compared to whether it is written using C++ or Python or LISP.

Autonomous vehicle engineers on the job tend to use a variety of languages, depending on their team, their facility with different languages, the APIs their tools expose, and performance requirements.

C++ is a compiled, high-performance language, so most code that actually runs on the vehicle tends to be C++.

That said, many engineers spend most of their time prototyping algorithms in Python, Matlab, or even Java or other languages. Other engineers spend pretty much all of their time writing production code in C / C++.

Interested in learning Artificial Intelligence? Learn more from this Artificial Intelligence Online Course!

If you wish to learn programming languages and want to get certified, then have sign up for Intellipaat’s programming classes, which offers you a dedicated time frame for instructor-led training and guided projects and exercises to help you acquire the necessary practical skills.

Browse Categories

...