Giter Club home page Giter Club logo

pygraphslam's People

Contributors

goktug97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pygraphslam's Issues

How do I replicate generating this map ?

Hi @goktug97 Thanks for this resource.

Can you please tell me how did you get the map in the first place ? Actually, I am starting with SLAM and currently need to understand graph SLAM, and how it starts with a map ...

Thanks and Regards,
Prashant

Missing unwrap for angle difference

Hi @goktug97,
I think that there might be a problem with this line

dx = odom - prev_odom

Since odom = x, y, theta, your dx[2] will bei incorrect whenever theta jumps from -pi to pi or from pi to pi, which definitely happens in the data of Uni Freiburg you are mentioning in the README (see plot below).

A fix would be to put odoms[:,2] = np.unwrap(odoms[:,2]) right after constructing odoms.

Screenshot from 2020-03-25 16-46-19

What paper did you use to implement graph slam?

Hey, what kind of learning resources did you use to implement graph slam? Did you use this paper by S. Thrun, or did you use any other resources? I'm thinking about writing a slam algorithm to use with odometry data (raw) and laser scans in Rust-lang, but I need to gather more learning resources before I get going :)

Btw, as mentioned I'm planning of implementing a slam algorithm that will compute roomba vacuum cleaner pose (x, y, theta) and also generate a grid map. Available sensors are a RPLidar A1 and raw odometry data from wheel encoders. Any suggestions on what algorithm to use for that? :)

thanks!

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.