GithubHelp home page GithubHelp logo

ev-robot's Introduction

ev-robot

Control method on tracking & following based on ultrasound sensors.

--main process flow: 1. caculate target position & state(store the position & state in each control period) and target future position, if there is no target, jump to 5 2. construct the grid map with obstacle information and get obstacle position 3. use the discrete veloctiy set, caculate each command's influence on vision ability and store it in cmd.index 4. find the optimal cmd and send it to robot 5. remeber the target's last seen position and state, predict him continuesly 6. the target's predition position is attracted force and obstalce is repulsive fore, caculate the combined command and send it to robot --vel_optimal: add obstacle detection function. the function should scan all the data that from all environment detection sensor, return the position and shape information of the obstacle.

A map is defined to help caculate obstacle information. Grip: 100mm x 100mm Map: 60 x 30
Sensor's data is mapped to grid location.

Thus a struct that describes an obstacle should be defined. 

According to the sensor data, obstalce is described in the map as grid point.

Next to do is to list the process to find optimal vel and complete other codes.

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.