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.
1 Antwort
+ 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.