ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

ROS despite its name is not really an operating system, it is more like a middle-ware that facilitates controlling your robot and it works on top of Ubuntu or any other Linux distribution. I believe there is already builds of ROS that you can install directly on your Raspberry Pi, as if you were to install any other software on your board, you can find a tutorial here. And ROS is implemented in Python as well, if you do the ROS tutorials you will see that the rospy library offers access to all ROS functionalities from Python.