Giter Club home page Giter Club logo

laserslam_sharp's Introduction

LaserSLAM based on C#.

Hits

This is 2D LaserSLAM program based on C# language. There's still room for improvement.

YDLidarG2 is used.

image

Source code list

  1. Program.cs (main)
  2. SLAM_utils.cs (SLAM utility function class)

SLAM_utils function list

  • create_BWmap : Convert local map to hamming distance map
  • distanceBW : hamming distance
  • extract_sgrid : extract small grid from local map
  • cal_idx : calculate index from small grid
  • ExtractLocalMap : extract local map from map
  • transform
  • pol2cart : convert polar coordinates to cartesian coordinates
  • Dgetr
  • deg2rad : convert degree to radian
  • rad2deg(not used)
  • diffpos : difference between current position and previous position
  • min_max_func : get min(x, y), max(x, y) from map

Reference :

  1. YDLidarSharp github : https://github.com/Denny9700/YDLidarSharp.git

  2. LaserSLAM github : https://github.com/meyiao/LaserSLAM.git (W.Hess, D.Kohler, H.Rapp and D.Andor. Real-Time Loop Closure in 2D LIDAR SLAM. ICRA, 2016)

laserslam_sharp's People

Contributors

nakeeun avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

laserslam_sharp's Issues

SLAM_utils and LaserSLAM_sharp have inconsistent method parameters

Many of the methods being called have incompatible parameters. For example...

map_points = SLAM_utils.transform(p2c_points, pos, scan_size);
yet, SLAM_utils method is...

public static double[,] transform(double[,] scan, double[] pos, int scan_size, **double[,] trans_scan**) {

There are many calls to methods in SLAM_utils that do not have matching parameters. Are you still working on this?

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.