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 and many other autonomous modes

Where to get it ?

# with pip
pip install ilo

How to update it ?

# with pip
pip install ilo --upgrade

Dependencies

Don't worry, these dependencies are automatically installed with the ilo library.

Example

import ilo

ilo.check_robot_on_network()

my_ilo = ilo.robot(1)

my_ilo.set_led_color(255,0,0)      # set the robot color to red

while true:

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

What else?

Bug reports, patches and suggestions are welcome!

Contact us through 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.38.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

ilo-0.0.38-py3-none-any.whl (12.7 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