1 / 30

Mobile Intelligent Systems 2004

Mobile Intelligent Systems 2004. Course Responsibility: Ola Bengtsson. Course Examination. 5 Exercises – Matlab exercises – Written report (groups of two students - individual reports) 1 Written exam – In the end of the period. Course information. Lectures

erika
Télécharger la présentation

Mobile Intelligent Systems 2004

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mobile Intelligent Systems 2004 Course Responsibility: Ola Bengtsson

  2. Course Examination • 5 Exercises – Matlab exercises – Written report (groups of two students - individual reports) • 1 Written exam – In the end of the period

  3. Course information • Lectures • Exercises (w. 15, 17-20) – will be available from the course web page • Paper discussions (w. 14-15, 17-21) – questions will be available from the course web page => Course literature • Web page: http://www.hh.se/staff/boola/MobIntSys2004/

  4. The dream of fully autonomous robots R2D2 ? C3PO MARVIN

  5. Autonomous robots of today • Stationary robots • - Assembly • - Sorting • - Packing • Mobile robots • - Service robots • - Guarding • - Cleaning • - Hazardous env. • - Humanoid robots Trilobite ZA1, Image from: http://www.electrolux.se

  6. A typical mobile system Laser (Bearing) Laser (Bearing + Range) Laser (Bearing + Range) Micro controllers Control systems Emergency stop Panels Encoders Motors Kinematic model

  7. Mobile Int. Systems – Basic questions • 1. Where am I? (Self localization) • 2. Where am I going? (Navigation) • 3. How do I get there? (Decision making / path planning) • 4. How do I interact with the environment? (Obstacle avoidance) • 5. How do I interact with the user? (Human –Machine interface)

  8. Sensors – How to use them Sensor fusion

  9. Course contents • Basic statistics • Kinematic models, Error predictions • Sensors for mobile robots • Different methods for sensor fusion, Kalman filter, Bayesian methods and others • Research issues in mobile robotics

  10. Basic statistics – Statistical representation – Stochastic variable Battery lasting time, X = 5hours ±1hour X can have many different values Continous – The variable can have any value within the bounds Discrete – The variable can have specific (discrete) values

  11. Basic statistics – Statistical representation – Stochastic variable Another way of discribing the stochastic variable, i.e. by another form of bounds Probability distribution In 68%: x11 < X < x12 In 95%: x21 < X < x22 In 99%: x31 < X < x32 In 100%: - < X <  The value to expect is the mean value => Expected value How much X varies from its expected value => Variance

  12. Expected value and Variance The standard deviation X is the square root of the variance

  13. Gaussian (Normal) distribution By far the mostly used probability distribution because of its nice statistical and mathematical properties Normal distribution: ~68.3% ~95% ~99% etc. What does it means if a specification tells that a sensor measures a distance [mm] and has an error that is normally distributed with zero mean and  = 100mm?

  14. Estimate of the expected value and the variance from observations

  15. Linear combinations (1) X2 ~ N(m2, σ2) X1 ~ N(m1, σ1) Y ~ N(m1 + m2, sqrt(σ1 +σ2)) This property that Y remains Gaussian if the s.v. are combined linearily is one of the great properties of the Gaussian distribution!

  16. Linear combinations (2) We measure a distance by a device that have normally distributed errors, Do we win something of making a lot of measurements and use the average value instead? What will the expected value of Y be? What will the variance (and standard deviation) of Y be? If you are using a sensor that gives a large error, how would you best use it?

  17. Linear combinations (3) With d and α un-correlated => V[d, α] = 0 (Actually the co-variance, which is defined later) di is the mean value and d ~ N(0, σd) αi is the mean value and α ~ N(0, σα)

  18. Linear combinations (4) D = {The total distance} is calculated as before as this is only the sum of all d’s The expected value and the variance become:

  19. Linear combinations (5)  = {The heading angle} is calculated as before as this is only the sum of all ’s, i.e. as the sum of all changes in heading The expected value and the variance become: What if we want to predict X (distance parallel to the ground) (or Y (hight above ground)) from our measured d’s and ’s?

  20. Non-linear combinations (1) X(N) is the previous value of X plus the latest movement (in the X direction) The estimate of X(N) becomes: This equation is non-linear as it contains the term: and for X(N) to become Gaussian distributed, this equation must be replaced with a linear approximation around . To do this we can use the Taylor expansion of the first order. By this approximation we also assume that the error is rather small! With perfectly known N-1 and N-1 the equation would have been linear!

  21. Non-linear combinations (2) Use a first order Taylor expansion and linearize X(N) around . This equation is linear as all error terms are multiplied by constants and we can calculate the expected value and the variance as we did before.

  22. Non-linear combinations (3) The variance becomes (calculated exactly as before): Two really important things should be noticed, first the linearization only affects the calculation of the variance and second (which is even more important) is that the above equation is the partial derivatives of: with respect to our uncertain parameters squared multiplied with their variance!

  23. Non-linear combinations (4) This result is very good => an easy way of calculating the variance => the law of error propagation The partial derivatives of become:

  24. Non-linear combinations (5) The plot shows the variance of X for the time step 1, …, 20 and as can be noticed the variance (or standard deviation) is constantly increasing. d = 1/10  = 5/360

  25. Multidimensional Gaussian distributions (1) The Gaussian distribution can easily be extended for several dimensions by: replacing the variance () by a co-variance matrix () and the scalars (x and mX) by column vectors. The CVM describes (consists of): 1) the variances of the individual dimensions => diagonal elements 2) the co-variances between the different dimensions => off-diagonal elements ! Symmetric ! Positive definite

  26. MGD (2) Eigenvalues => standard deviations Eigenvectors => rotation of the ellipses

  27. MGD (3) The co-variance between two stochastic variables is calculated as: Which for a discrete variable becomes: And for a continuous variable becomes:

  28. MGD (4) - Non-linear combinations The state variables (x, y, ) at time k+1 become:

  29. MGD (5) - Non-linear combinations We know that to calculate the variance (or co-variance) at time step k+1 we must linearize Z(k+1) by e.g. a Taylor expansion - but we also know that this is done by the law of error propagation, which for matrices becomes: With fX and fU are the Jacobian matrices (w.r.t. our uncertain variables) of the state transition matrix.

  30. MGD (6) - Non-linear combinations The uncertainty ellipses for X and Y (for time step 1 .. 20) is shown in the figure.

More Related