Giter VIP home page Giter VIP logo

atmae-robotics-competition's Introduction

ATMAE Robotics Competition

Code for manual and autonomous navigation of robot. Our entry was awarded 2nd prize at the 2015 ATMAE Robotics Conference, Pittsburgh, PA.

About the competition

https://www.atmae.org/page/RoboticsCompetition

Description

Demo

The robot is controlled by two python scripts. The first of the scripts runs on a computer. The second script runs on a Raspberry Pi. The computer’s python script handles operator input through the use of a wireless Xbox 360 controller. The computer sends data via TCP to the Raspberry Pi. This is accomplished by the connection of both devices to the same network, in this case a personal router. The Raspberry Pi receives the data sent by the computer and processes it in order to control the robot’s hardware.

Each motor and each servo is controlled by pulse width modulation (PWM). The DC motors have an intermediary motor controller to process the PWM signals. The servos are directly controlled with PWM by design. PWM output on the Raspberry Pi is possible through the addition of a PWM controller, which interfaces with the Raspberry Pi via I2C. I2C also enables the use of an analog-to-digital converter (ADC). The ADC is used to convert the signals from analog reflectance sensors to digital data that can be read by the Raspberry Pi. All devices are run on 5V logic.

atmae-robotics-competition's People

Contributors

shivamkundan avatar

Watchers

James Cloos avatar  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.