Giter Site home page Giter Site logo

salihmarangoz / basic_scan_matcher Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 2.23 MB

Simple 2D point-to-point scan matcher implemented in Python. Works with ROS1.

License: MIT License

CMake 1.89% Python 3.13% Jupyter Notebook 94.98%
python robotics ros scan-matching

basic_scan_matcher's Introduction

Simple Scan Matcher (ROS+Python)

Implementation of a scan matcher using only laser data and without any help from odometry sources. The method is implemented super-simple so it doesn't work well, and it may not work well in your cases. Use only for educational purposes. You can also check my notebook v1 and notebook v2 for more information.

V1) Point-to-point matching. Youtube Link: https://youtu.be/t-31ekrpjxk (jumps at 0:20 are solved with this commit)

V2) Correlative scan matching. Youtube Link: https://youtu.be/ymrGJY8h9x4

The original map for the recorded bag: (Bag is generated using https://github.com/salihmarangoz/robot_laser_simulator)

Features

  • ROS (inputs /scan)
  • Publishes the matching error between odom to laser transforms.
  • (v1) Efficient point-to-point matching with KD Tree.
  • (v2) Correlative scan matching. (a bit similar to NDT, but each point has its own normal distribution)
  • Old scan is only updated if the robot moves or rotates above a certain threshold.
  • Demo bag is available.

Running

# Point-to-point matching:
$ roslaunch basic_scan_matcher start_v1.launch
# Correspondence-free matching:
$ roslaunch basic_scan_matcher start_v2.launch

basic_scan_matcher's People

Contributors

salihmarangoz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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