Code Monkey home page Code Monkey logo

jumpingsumo-python's Introduction

JumpingSumo Control Library for Python

  1. About this... JumpingSumo is a small mobile robot produced by Parrot(http://www.parrot.com). The SDK of this robot is already released on Github.com(https://github.com/Parrot-Developers).

This SDK is implemented for C-Language only, so I tried to ported it to Python.

  1. Quick start

    1. Power on your JumpingSumo and connect to the Wifi connection of the robot.
    2. start Python
    3. load library
    • import sumo

    1. create controller; cnt
    • cnt = sumo.SumoController('MyCtrl')

    1. connect to the robot
    • cnt.connect()

    1. call 'move' function to confirm connection...
    • cnt.move(10)

    1. stop moving
    • cnt.move(0)

    1. please try to activate 'move', 'action', 'jump', 'posture' functions...
    • cnt.move(speed, turn_spped) ; speed = [-100:100],turn_speed = [-100:100]
    • cnt.action(param) ; param = [0:9]
    • cnt.jump(param) ; param = [0:1]
    • cnt.posture(param) ; param = [0:2]

jumpingsumo-python's People

Contributors

openrtc avatar

Watchers

Thomas Lecarpentier avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.