0
Programming robots
What is the best language to program a robot ? [ the fastest.strongest , and what can cover most of robot types ]
2 Réponses
+ 2
For fastest and robust control C/C++ are a must. To avoid writing huge lines of C/C++ code use Python3. All this entirely depends upon your processor architecture, memory constraints and complexity of task at hand.
+ 2
I heard it so often, just Python.
Python and Arduino.
For low level stuff (microchips) you should use C or Assembler, depending on the chip