Active Simultaneous Localization and Mapping Stephen Tully, 16-735: Robotic Motion Planning This project is to actively control the.

Slides:



Advertisements
Similar presentations
Mobile Robot Localization and Mapping using the Kalman Filter
Advertisements

Discussion topics SLAM overview Range and Odometry data Landmarks
Odometry Error Modeling Three noble methods to model random odometry error.
Probabilistic Robotics
Lecture 13: Mapping Landmarks CS 344R: Robotics Benjamin Kuipers.
Probabilistic Robotics
Probabilistic Robotics
Probabilistic Robotics SLAM. 2 Given: The robot’s controls Observations of nearby features Estimate: Map of features Path of the robot The SLAM Problem.
Silvina Rybnikov Supervisors: Prof. Ilan Shimshoni and Prof. Ehud Rivlin HomePage:
(Includes references to Brian Clipp
Robot Localization Using Bayesian Methods
IR Lab, 16th Oct 2007 Zeyn Saigol
Introduction to Probabilistic Robot Mapping. What is Robot Mapping? General Definitions for robot mapping.
Lab 2 Lab 3 Homework Labs 4-6 Final Project Late No Videos Write up
Probabilistic Robotics
MCL -> SLAM. x: pose m: map u: robot motions z: observations.
Simultaneous Localization and Mapping
Individual Localization and Tracking in Multi-Robot Settings with Dynamic Landmarks Anousha Mesbah Prashant Doshi Prashant Doshi University of Georgia.
Simultaneous Localization & Mapping - SLAM
Project Proposal Coffee delivery mission Oct, 3, 2007 NSH 3211 Hyun Soo Park, Iacopo Gentilini Robotic Motion Planning Potential Field Techniques.
Active SLAM in Structured Environments Cindy Leung, Shoudong Huang and Gamini Dissanayake Presented by: Arvind Pereira for the CS-599 – Sequential Decision.
Autonomous Robot Navigation Panos Trahanias ΗΥ475 Fall 2007.
Reliable Range based Localization and SLAM Joseph Djugash Masters Student Presenting work done by: Sanjiv Singh, George Kantor, Peter Corke and Derek Kurth.
Adam Rachmielowski 615 Project: Real-time monocular vision-based SLAM.
Introduction to Kalman Filter and SLAM Ting-Wei Hsu 08/10/30.
SLAM: Simultaneous Localization and Mapping: Part I Chang Young Kim These slides are based on: Probabilistic Robotics, S. Thrun, W. Burgard, D. Fox, MIT.
Target Tracking a Non-Linear Target Path Using Kalman Predictive Algorithm and Maximum Likelihood Estimation by James Dennis Musick.
Tracking using the Kalman Filter. Point Tracking Estimate the location of a given point along a sequence of images. (x 0,y 0 ) (x n,y n )
Visual Odometry for Ground Vehicle Applications David Nister, Oleg Naroditsky, James Bergen Sarnoff Corporation, CN5300 Princeton, NJ CPSC 643, Presentation.
Authors: Joseph Djugash, Sanjiv Singh, George Kantor and Wei Zhang
Estimation and the Kalman Filter David Johnson. The Mean of a Discrete Distribution “I have more legs than average”
Motion Planning in Dynamic Environments Two Challenges for Optimal Path planning.
Overview and Mathematics Bjoern Griesbach
ROBOT MAPPING AND EKF SLAM
EKF and UKF Day EKF and RoboCup Soccer simulation of localization using EKF and 6 landmarks (with known correspondences) robot travels in a circular.
Kalman filter and SLAM problem
Itamar Kahn, Thomas Lin, Yuval Mazor
SLAM (Simultaneously Localization and Mapping)
Colorado Center for Astrodynamics Research The University of Colorado 1 STATISTICAL ORBIT DETERMINATION Satellite Tracking Example of SNC and DMC ASEN.
/09/dji-phantom-crashes-into- canadian-lake/
9-1 SA-1 Probabilistic Robotics: SLAM = Simultaneous Localization and Mapping Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti,
3D SLAM for Omni-directional Camera
Complete Pose Determination for Low Altitude Unmanned Aerial Vehicle Using Stereo Vision Luke K. Wang, Shan-Chih Hsieh, Eden C.-W. Hsueh 1 Fei-Bin Hsaio.
Young Ki Baik, Computer Vision Lab.
Visual SLAM Visual SLAM SPL Seminar (Fri) Young Ki Baik Computer Vision Lab.
Real-Time Simultaneous Localization and Mapping with a Single Camera (Mono SLAM) Young Ki Baik Computer Vision Lab. Seoul National University.
CSE-473 Mobile Robot Mapping. Mapping with Raw Odometry.
Range-Only SLAM for Robots Operating Cooperatively with Sensor Networks Authors: Joseph Djugash, Sanjiv Singh, George Kantor and Wei Zhang Reading Assignment.
Autonomous Navigation for Flying Robots Lecture 6.3: EKF Example
Extended Kalman Filter
SLAM Tutorial (Part I) Marios Xanthidis.
Robust Localization Kalman Filter & LADAR Scans
Mobile Robot Localization and Mapping Using Range Sensor Data Dr. Joel Burdick, Dr. Stergios Roumeliotis, Samuel Pfister, Kristo Kriechbaum.
SLAM Techniques -Venkata satya jayanth Vuddagiri 1.
Probabilistic Robotics Bayes Filter Implementations Gaussian filters.
SLAM : Simultaneous Localization and Mapping
Uncertainty and Error Propagation
CSE-473 Mobile Robot Mapping.
Robótica Móvil CC5316 Clase 16: SLAM
Variational filtering in generated coordinates of motion
Paper – Stephen Se, David Lowe, Jim Little
+ SLAM with SIFT Se, Lowe, and Little Presented by Matt Loper
Simultaneous Localization and Mapping
Introduction to Robot Mapping
Kalman Filter فيلتر كالمن در سال 1960 توسط R.E.Kalman در مقاله اي تحت عنوان زير معرفي شد. “A new approach to liner filtering & prediction problem” Transactions.
Probabilistic Robotics
Extended Kalman Filter
Principle of Bayesian Robot Localization.
Uncertainty and Error Propagation
Extended Kalman Filter
Presentation transcript:

Active Simultaneous Localization and Mapping Stephen Tully, : Robotic Motion Planning This project is to actively control the path of a mobile robot, while performing simultaneous localization and mapping, so as to minimize the mapping and localization error. Stephen Tully “Slammer”: a Nomad Scout robot with omnidirectional camera

Filtering and Path Planning Technique EKF: I will be using an extended Kalman filter whose state will include the robot pose (X,Y,Ө) and the X-Y locations of landmarks detected in the environment. Odometry will provide the prediction step of the EKF and bearing-only measurements to visual features in the environment will update the EKF. Value Iteration: I will be using a dynamic programming solution to search for an optimal path in a discretized space that would minimize the volume of the uncertainty ellipsoid defined by the covariance matrix of the EKF state (determinant of the covariance matrix).

Demonstrations I will make several videos of the robot mapping a set of landmarks. A control experiment will be shown where the robot drives a straight-line path. An accompanying video will show a visual representation of the landmarks being mapped with associated uncertainty ellipses. Videos of the optimized paths will then be shown to demonstrate better convergence on landmark locations. The comparison of a straight-line path with a planned path can also be shown with a real demonstration. A laptop will be used to show the videos of landmarks being mapped. People viewing the demonstration can visually compare the convergence of landmark locations between two different trials to see an improvement with the optimized path.