Giter Club home page Giter Club logo

icp_localization's Introduction

ICP_Localization

Iterative closest point (ICP) is an algorithm employed to minimize the difference between two clouds of points, and widely used in localization of robot.

In this document, you should have two point cloud data 1 .Map(map.pcd) 2. Bag(obtained from your sensor) And you are going to use these point cloud data to localize the car by ICP algorithm.

Requirement

  1. Use PCL Library to perform ICP algorithm, and localize the car
  2. Publish tf to visualize scan matching process

Steps

  1. Load map
  2. Subscribe point cloud
  3. Implement ICP using PCL
  4. Publish tf

tf

ROS provides a package tf to maintain the relationship between different coordinate frame. After you successfully publish the tf, it would be able to see the current scan and map in the same frame. For more implementation details, see this http://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20(C%2B%2B)

Notes

To ensure your bag time and ROS time are the same, you may need to type the following command to play bag:

rosparam set use_sim_time true
rosbag play -r 0.3 sdc_hw5.bag --clock

Video

https://www.youtube.com/watch?v=joHdoiLyQHk&t=4s

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.