JumpingSumo Control Library for Python
This SDK is implemented for C-Language only, so I tried to ported it to Python.
Quick start
Power on your JumpingSumo and connect to the Wifi connection of the robot.
start Python
load library
import sumo
create controller; cnt
cnt = sumo.SumoController('MyCtrl')
connect to the robot
cnt.connect()
call 'move' function to confirm connection...
cnt.move(10)
stop moving
cnt.move(0)
please try to activate 'move', 'action', 'jump', 'posture' functions...