Giter Site home page Giter Site logo

robot_control's Introduction

robot_control

This API class wraps Faulhaber motor driver communication into functions that directly invoke motor motion.

Project Structure

There are 2 ways of invoking robot motion through the given set of scripts:

  1. User Interface - In this mode the robot is remotely controlled from the user's computer keyboard over TCP.
    Control keys:
    x - increment speed on both motors.
    z - decrement speed on both motors.
    left arrow - increment speed on the right motor, decrement speed on the left motor (turn left).
    right arrow - increment speed on the left motor, decrement speed on the right motor (turn right).
    Note that the speeds are capped, once the speed limit is reached further increments are ignored.

  2. Encoder based motion - Robot moves autonomously when appropriate API function is called. Uses encoder to travel a set amount of steps/millimeters or rotate a set amount of steps/degrees.

FaulhaberComm.py - Contains the API class to communicate with Faulhaber motor drivers.
robot_server.py - A socket server for the remote robot control. Runs on the robot.
robot_client.py - A socket client for the remote robot control. Runs on the user's computer.
irobot_lib.py - Adapter class to implement user interface based motor control.
drivingTest_scan.py - An example of encoder based motion in a zig-zag pattern.

Dependencies

  • pyserial - Provides serial communication with Faulhaber motor drivers.
  • keyboard - Used to controll the robot from user's keyboard.

Deployment

Built on a A Raspberry Pi 4. ** to be continued **

robot_control's People

Contributors

ehoxha91 avatar stansotn avatar

Watchers

 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.