A Python API to create modules that connect to our message-passing and shared varaibels hub 'BlackBoard'.
Project description
A Python API to create modules that connect to our BlackBoard (our “home-made” message-passing and shared variables hub… somewhat equivalent to ROS) (We also have a C# and C++ APIs. Respectively Robotics and uRobotics libraries, also in BioRoboticsUNAM repository.)
These softwares are all part of the work developed at the Bio-Robotics Laboratory at UNAM, and are used in our service robots.
### Documentation
The documentation for pyRobotics is [here](http://bioroboticsUNAM.github.io/pyRobotics). Examples can be found in the [github repository](http://github.com/BioRoboticsUNAM/pyRobotics). If someone should be interested in knowing more about any of these projects, you can contact me at adrianrc[dot]89[at]gmail[dot]com.
### Installation YOU DON’T NEED TO DOWNLOAD THE ENTIRE SOURCE PACKAGE, JUST A DISTUTILS PACKAGE FROM THE dist FOLDER.
To install the library from a distutils package (pyRobotics-<version>.tar.gz from the dist folder), simply extract the content from the package and run sudo python setup.py install.
You can delete the uncompressed source folder and compressed package now, the library should have been copied to a source folder in your operating system.
### IMPORTANT NOTE
The files at the top level folder in the [source repository](http://github.com/BioRoboticsUNAM/pyRobotics) are examples, the actual library is in the pyrobotics folder.
LICENSE
This software is distributed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.