Git Product home page Git Product logo

carpet_localisation's Introduction

Carpet localisation

For a full project overview, see the wiki!

A particle filter implementing carpet-based localisation.

Inputs to particle filter are:

  • odometry: pose delta since previous update
  • color: current detected carpet color under robot
  • map: grid map of carpet colors

Output of particle filter is the current pose (2D) of the robot

simulation_playback

Figure: playback of particle filter using simulated input data (see simulator.py), driving in a loop on a small map. Legend:

  • green arrow: ground truth pose
  • large red arrow: estimated pose from particle filter
  • small red arrows: particle filter particles
  • blue/grey/beige background: carpet color pattern map

realworld test

Figure: localisation test in target environment (carpeted office).

For ROS wrapper around this package, see carpet_localisation_ros.

For classifier trained to distinguish the four colors of carpet in the target environment, see carpet_color_classification

Note: for an overview of the broader project, see the wiki.

Dev setup:

git clone [email protected]:tim-fan/carpet_localisation.git
python3 -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt
pip install -e .

Run tests

pytest .

Or to view output of plotting tests:

pytest . --show_plot True

carpet_localisation's People

Contributors

tim-fan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jasonsun623

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.