Coder Social home page Coder Social logo

auto-docking-design's Introduction

Auto-Docking-Design

Demo video

INTRODUCTION

  • This is the auto docking design draft for the ANDBOT.
  • The same design could be used in Rugby, Angel and Roadbot.

COMPONENTS

  • On docking station
  • One IR emitter (ASE-1L7), radiant angle = 30 degree
  • Arduino UNO
  • On ANDBOT
  • Two IR receiver modules (KSM-963-LM4M), separated by a barrier
  • LimitSW
  • Arduino UNO

WIRING

  • On docking station

  • On ANDBOT

BASIC OPERATIONS

Architecture

State diagram

Configurations

  • The IR emitter E1 periodically generate modulated IR RC5(0x43) code.
  • The IR receivers R0 & R1 are separated by a barrier.

Algorithm

  • When we want the ANDBOT to go back to the docking station, firstly, we will use ROS navigation to command the ANDBOT to move to the landing point, which should be in 1.5 meter in front of the docking station. The ANDBOT is supposed to be backed the docking station.
  • Note: ROS navigation can cause around 0.2m position errors and 0.3rad orientation errors.
  • Then, ANDBOT should rotate in-place until R0 or R1 got the RC5(0x43) code:
  • Then, ANDBOT should start to do orientation PID control to move toward the docking station.
  • If only R0 got RC5(0x43) code, the robot should rotate in CCW.
  • If only R1 got RC5(0x43) code, the robot should rotate in CW.
  • If both R0 and R1 got RC5(0x43) code, the robot should move forward.
  • If neither R0 nor R1 got RC5(0x43) code for a period of time, it should be treat as "lost docking station", and it should go back to the previous stop.
  • Until the sensor limitSW is contact to the docking station. Then stop the base.

Regarding to the landing point

  • emitter angle = 30 degree
  • landing point is 1.5m in front of the docking station
  • the width of the zone is about 1.5m * sin(15) * 2 = 0.775m, which is okay compared to the navigation errors.

IMPLEMENTATIONS

ISSUES

  • n/a

auto-docking-design's People

Contributors

wennycooper 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.