Giter Club home page Giter Club logo

fsm's Introduction

FSM: Correspondenceless scan-matching of panoramic 2D range scans

ieeexplore.ieee.org youtube.com github.com

This repository provides the source code of FSM and testing code. FSM's code is located in a single header file for ease of use (include/fsm.h).

For the ROS package of FSM visit the fsm_lidom_ros github page.

Why use FSM

Experimental results at a glance

Dependencies

CGAL 4.7 FFTW3 boost/random

Building

As always

mkdir build
cd build
cmake ..
make

Run tests located in the dataset directory with

./sm_node A B C D E F G H 0 0 K L M N O P Q R S

e.g.

./sm_node 2 1 0 778 0.2 0.786 0.1 0.0 0.0 0.0 360 360 FSM 200 0 3 10 0 0

where

  • A: The number of iterations for the translational component (the larger the location displacement between scans the higher this value needs to be)
  • B: How many times to iterate over all instances of dataset
  • C: The start sample id; typically 0
  • D: The end sample id; here |dataset| = 778
  • E: The maximum location displacement. Sample locations are generated uniformly in [-E,+E]
  • F: The maximum orientation displacement. Sample orientations are generated uniformly in [-F,+F]
  • G: The standard deviation of measurement noise corrupting (real) scans
  • H: The standard deviation of measurement noise corrupting virtual scans. Suitable in the scan--to--map-scan matching context; irrelevant in scan-matching
  • K: The size of scans
  • L: The size of the map. Relevant for scan--to--map-scan-matching tests; irrelevant in scan-matching
  • M: Identifier of the method used. Only FSM supported in this repository
  • N: The maximum number of iterations over one sampling degree
  • O: The minimum sampling degree
  • P: The maximum sampling degree. Larger values result in extra accuracy and extra execution time
  • Q: The maximum number of recoveries. Larger values result in extra accuracy and extra execution time
  • R: Enforcement of a terminal constraint; attempts a recovery if not fulfilled, if true. Set to false for scan-matching
  • S: Enforcement of an early gear-up feature, see code for details. Set to false for scan-matching; true for scan--to--map-scan matching

System at a glance

System at a glance

fsm's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

qlibp

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.