0

Robotic engineer

Which programming language can i learn how to program robots

21st Mar 2025, 10:43 PM
Dave King
Dave King - avatar
2 Respuestas
+ 5
Here are some resources "Programming Robots with ROS: A Practical Introduction to the Robot Operating System" by Morgan Quigley, Brian Gerkey, and William D. Smart "Python Robotics Projects" by Diwakar Vaish "Introduction to Robotics: Mechanics and Control" by John J. Craig "Robot Operating System (ROS) for Absolute Beginners" by Lentin Joseph
21st Mar 2025, 10:50 PM
BroFar
BroFar - avatar
+ 2
Dave King Depends on what device you are using for the controller "brain" of the robot. 2 common DIY controllers are: 👉 Arduino Uses version of C/C++. 👉 Raspberry Pi Can use several languages. Python or C/C++ are the most common.
22nd Mar 2025, 3:32 AM
Shardis Wolfe