Git Product home page Git Product logo

nomad's Introduction

Nomad

A nomad is a person with no settled home, moving from place to place as a way of obtaining food, finding pasture for livestock, or otherwise making a living. The word Nomad comes from a Greek word that means one who wanders for pasture.

Synopsis

4WD remote control robot controlled via WIFI, with an obstacle avoiding mode. This robot utilizes a Raspberry Pi 3 and also includes raspberry pi camera live stream capabilities.

Code Example

def changePath():
    print("stopping")
    servo_right()
    time.sleep(.5)
    rightDistance = ping() #set right distance
    print(rightDistance)
    time.sleep(.5)
    servo_left()
    time.sleep(.7)
    leftDistance = ping()  # set right distance
    print(leftDistance)
    time.sleep(.5)
    servo_center()
    time.sleep(.1)
    compareDistance(leftDistance,rightDistance)

Motivation

Create a realtively cheap robot for educational purposes that contains the following features:

  1. Remote Control Functionality
  2. Obstacle Avoidance
  3. Livestream Video

Installation

pip install requirements.txt

Install UV4L - https://www.linux-projects.org/uv4l/installation/

Usage

Keyboard controls:

  • W - Forward
  • S - Reverse
  • A - Left
  • D - Right
  • I - Create Obstacle avoidance thread
  • K - Kill Obstacle avoidance thread
  • Q - Exit script

Dashboard: Navigate to http://[RPI-IP]:5000/nomad/

alt text

License

MIT

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.