What is the best Programming language for robotics?






As a programmer and Electronics Degree holder , I can recommend C/C++ or Python for Robotic programmers (for beginners) , Mostly because of the rich libraries.

Processing of Data that captured by the sensors / input devices etc.. is the important part of Robotic programming, For example, We can take the case of Image processing.  C/C++ or Python  have good collection of Libraries that can be used for rapid development


Comments