Autonomous Localization & Navigation using 2D Laser Scanners

Post on 24-Feb-2016

53 views 0 download

Tags:

description

Autonomous Localization & Navigation using 2D Laser Scanners. Animesh Garg & Manohar Paluri. Outline. Problem Description Motivation Previous research Proposed approach Details of our approach Testing Results Conclusion. Why an autonomous painting system is required?. Introduction. - PowerPoint PPT Presentation

Transcript of Autonomous Localization & Navigation using 2D Laser Scanners

Autonomous Localization & Navigation using 2D Laser

Scanners

Animesh Garg & Manohar Paluri

22

Outline

• Problem Description• Motivation• Previous research• Proposed approach• Details of our approach• Testing • Results• Conclusion

33

Why an autonomous painting system is required?

44

Introduction

During spray painting process, the environment has a very large concentration of paint particles decreasing visibility. And the paint settles on surfaces, it rules out markers based solution.

The Omnimove is a huge platform for moving very heavy weights around. Herein it would hold the robotic arm which will be used to carry out the painting job.

55

Potential Solutions

• Cameras• GPS• INS• Sonar• Laser• Northstar• Vicon• And more…

66

Our solution

Sample Mount

• Laser Scanners– Cost effective, Reliable,

Accurate, known solutions!

– Paint Hangar constraints

77

Past Work

• Fast RANSAC based registration algorithm for accurate navigation using only Lidar. RANSAC in combination with Huber's kernel to overcome the LIDAR input noise.

• Hough transform for robot localization.The self localiza-tion technique in the paper is based on matching a geometric reference map with range information

• RRT-Connect, bi-directional decision trees.• RRT* - Combines advantages of RRGs optimal solution

with a tree structure.

88

Block Diagram

99

Rigid Transformation

• Scan1 Scan2

• Combined Scan

1010

Line Extraction Techniques

• Split-and-Merge• Line-Regression• Incremental• RANSAC• Hough-Transform• EM

How many lines are there ?Which points belong to which line ?Given the points that belong to a line, how to estimate the line model parameters ?

1111

Split & Merge• Initial: set s1 consists of N points. Put s1 in a list L 1• Fit a line to the next set s in L 2• Detect point P with maximum distance d to the line 3• If d is less than a threshold, continue (go to 2) 4• Otherwise, split s at P into s 1 and s 2, replace s in 5• L by s 1 and s 2, continue (go to 2)• When all sets (segments) in L have been checked, 6• merge collinear segments.

1212

Hough Transform

• Initial: A set of N points• Initialize the accumulator array (model space)• Construct values for the array• Choose the element with max. votes Vmax• If Vmax is less than a threshold, terminate• Otherwise, determine the inliers• Fit a line through the inliers and store the line• Remove the inliers from the set, goto 2

1313

Non-Uniform Density

1414

Weighted Hough Transform

1515

Find Maximas – 5 constraints

1. They appear in pairs: the first one is formed by peaks H1 and H2; the second one is formed by peaks H3 and H4.

2. Two peaks belonging to the same pair are symmetric with respect to the x-axis(angle).3. The two pairs are separated by 90o4. The heights of the two peaks within the same pair are exactly the same, and represent

the length of the respective line segment.5. The vertical distances between peaks within the pair are exactly the sides of the

rectangle.

In case of other obstacles in the scene, constraints 4 & 5 are not robust. So we only use 1, 2 & 3.

1616

Line Fitting

1717

Line Fitting - Example

1818

Localization

• Distances to four walls• Accurate with a radius

1919

Obstacle Map

We are provided with a map of the surrounding which mark the non-navigable areas.

As an emulation we use a central area on the map and render it as non-navigable while testing the localization module on Segway

2020

Obstacle Detection

2121

Planning - RRT

2222

Navigation

2323

Future Scope

2424

Thank You