Skip to main content

Control ilo robot using python command.

Project description

Ilo robot

ilo robot

A package that lets users control ilo the new educational robot using python command lines.

Features

  • Moves the robot in many directions with python commands line
  • Creates movement loops
  • Play with the robot in real time with your keyboard
  • Use colored plates to make the robot move

Where to get it ?

# with pip
pip install ilo

Dependencies

Don't worry, this dependency is automatically installed with the ilo library.

Example

import ilo

ilo.connection()

print("ilo is connected")

ilo.set_led_color_rgb(200,0,0)      # color is red
ilo.set_led_color_rgb(0,0,200)      # color is blue

while true:

    print("Ilo moves forward")
    ilo.move("front", 100)
    
    while ilo.get_distance() > 20:
        pass
        
    ilo.stop()
    print("ilo has encountered an obstacle")
    
    if ilo.get_distance() > 20:
        ilo.move("right", 80)
        print("ilo moves to the right at 80% speed")
    
    else:
        ilo.move("left", 70)
        print("ilo moves to the left at 70% speed")

About us

Find us on our website ;)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ilo-0.0.29.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

ilo-0.0.29-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page