0

Whats the best language to use when coding for robotics?

I want to know what language is more suitable to use when coding for robotics.

7th Feb 2017, 11:46 AM
Gino Labiste
Gino Labiste - avatar
1 ответ
+ 2
In short, Embedded C. For programming simple robots without an OS, which are mainly designed using microcontrollers, embedded C is the most preferable language. If the robots are designed to have an OS, then you can use many high level languages depending on the platform support. For example, Python.
7th Feb 2017, 12:11 PM
Chidvilas Yerramsetti
Chidvilas Yerramsetti - avatar