Changes between Version 27 and Version 28 of WikiStart


Ignore:
Timestamp:
Nov 25, 2017, 9:20:33 AM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v27 v28  
    99With '''Py4bot''' comes a powerfull remote control engine, allowing user to control robots from different kind of controllers, like gamepads, joysticks or home-made smart remotes. An API will soon be available to control robots from http.
    1010
    11 '''Py4bot''' is entirely written in python, so should run on any plateform running a python interpreter. The main target is a !BeagleBone Black, running Debian.
     11'''Py4bot''' is entirely written in python, so should run on any plateform running a python interpreter. My first target was a !BeagleBone Black, running Debian. I now plan to switch to a Raspberry Pi 3.
    1212
    1313There are several other projects for hexapod implementation, but neither are as flexible nor documented as '''Py4bot'''. Even if my implementation is not the best one (it is certainly not the best optimized one), I hope it is clear enough to help people who want to dig in this great domain to understand how things work.