/
Robocup  – Localization Robocup  – Localization

Robocup – Localization - PowerPoint Presentation

shoulderheinz
shoulderheinz . @shoulderheinz
Follow
344 views
Uploaded On 2020-07-03

Robocup – Localization - PPT Presentation

Yaniv Shachor Asaf Brezler Localization Introduction amp benefits Localization of the robot is one of the main keys for the functionality of the robot It helps the robot understand its position and derive the consequences following that ID: 793651

localization robot location vision robot localization vision location probability move algorithm line implement implementation making problems decision case knowing

Share:

Link:

Embed:

Download Presentation from below link

Download The PPT/PDF document "Robocup – Localization" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Robocup – Localization

Yaniv

Shachor

Asaf Brezler

Slide2

Localization – Introduction & benefits

Localization of the robot is one of the main keys for the functionality of the

robot. It

helps the robot understand

its position and derive the consequences following that.

Localization is used instead of, or in addition to, the

vision

and image processing of the robot. It can be used in making decision and solving problems that the vision may encounter.

Among that

:

Symmetric

vision problems

. e.g. in case the robot sees only a white line, he won’t be able to decide which line in which side of the court it is, if localization is not used.

Planning next move

. According to the knowing of its location, a robot can determine what should be its next move – whether to go to ball, come back to defense or move to the center of the goal (in case it is a goalkeeper).

Slide3

Localization – Implementation

How can we implement localization?

Problem: find Robot location [

] at time t

Inputs:

samples from the robot vision, internal gyro, robot motionModel:Create an array of possible locations in the space (sample the locations wisely). For each sample, Calculate the possibility to be in each place , using the distribution at time t-1, the inputs above, the state transition probability and the measurement probability.Refer the most dense location as the most probable location of the robot.Use iterative algorithm, that will converge after few iterations to estimate one area with high probability.

 

Slide4

Localization - Accomplishments & targets

Accomplishments:

Implement a compass by the build-in gyro of the robot. This will help us knowing the current angle and direction the robot stands at the moment.

Learning the localization problem and ways to solve it, mainly the “Particle filter” algorithm.

Support and design of the robot’s brain, decision making and FSM (finite sate machine).

Targets:Full implementation of the “Particle filter” algorithm.Win the competition in Germany! (June-July 2016)