Skip to content
mikedh edited this page Nov 5, 2013 · 8 revisions

This project allows a user to run an event loop inside the robot controller, and then send motion commands over the network from any language that supports sockets. We interact with the robot primarily through C++ and Python. There is also a ROS node which sits on top of the interpreters.

Configuring the Robot

Moving the Robot with Python

Clone this wiki locally