what Program should i use to program my robot?
Answers
Answered by
1
Robot Operating System - Robot Operating System is an open-source platform for robot programming using Python and C++. Java, Lisp, Lua and Pharo are supported but still in experimental stage.
Answered by
0
Explanation:
Two main programming languages are the best when used in robotics: C++ and Python, often used together as each one has pros and cons. C++ is used in control loops, image processing and to interface low-level hardware. Python is used to handle high-level behaviors and to quickly develop tests or proof of concepts.
hope this helps you
Similar questions