Home » Research

Category Archives: Research

Can a robot drive 100s of Kilometers with < 1 m Error?

A considerably difficult aspect of Simultaneous Localization and Mapping (SLAM) is the problem of uncertainty constrained long term point-to-point navigation where global loop closures to eliminate estimation biases may not be possible. In such scenarios, a prime concern is to control the rate of localization error growth. We have developed fundamental results on the underlying problem of localization and a novel SLAM technique that allows sub-meter localization error for a > 100 km trajectory without loop closure and using only on-board sensors, i.e., no GPS.

Applications may include:

  1. Self-driving cars
  2. Precision farming
  3. Planetary rovers
  4. Unmanned Aerial Vehicles
  5. Autonomous Underwater Vehicles

To license this technology for commercial use or to learn more, please contact lab director Dr. Suman Chakravorty or Dr. Ismail Sheikh (smismail[at]tamu[dot]edu) at Texas A&M University Technology Commercialization, 800 Raymond Stotzer Parkway, Suite 2020, College Station, Texas 77845.

EDPLab Develops a Novel Technique For Feature-Based SLAM

The SLAM problem is known to have a special property that when robot orientation is known, estimating the history of robot poses and feature locations can be posed as a standard linear least squares problem. We have developed a SLAM framework that uses relative feature-to-feature measurements to exploit this structural property of SLAM. Relative feature measurements are used to pose a linear estimation problem for pose-to-pose orientation constraints. This is followed by solving an iterative non-linear on-manifold optimization problem to compute the maximum likelihood estimate for robot orientation given relative rotation constraints. Once the robot orientation is computed, we solve a linear problem for robot position and map estimation. Our approach reduces the computational burden of non-linear optimization by posing a smaller optimization problem as compared to standard graph-based methods for feature-based SLAM. By separating orientation estimation and formulating the robot and landmark position estimation as a linear least squares problem, no initial guess is required for the positions. Further, empirical results show our method avoids catastrophic failures that arise in existing methods due to using odometery as an initial guess for non-linear optimization, while its accuracy degrades gracefully as sensor noise is increased.

[Feel free to study the paper (pdf) submitted for review to ICRA 2017.]

 

rfmslam-edplab

Decentralized State Estimation via a Hybrid of Consensus and Covariance intersection – Technical Report

This paper presents a new recursive information consensus filter for decentralized dynamic-state estimation. No structure is assumed about the topology of the network and local estimators are assumed to have access only to local information. The network need not be connected at all times. Consensus over priors which might become correlated is performed through Covariance Intersection (CI) and consensus over new information is
handled using weights based on a Metropolis Hastings Markov Chain. We establish bounds for estimation performance and show that our method produces unbiased conservative estimates that are better than CI. The performance of the proposed method is evaluated and compared with competing algorithms on an atmospheric dispersion problem.

Here is a a technical report which is an extended version of the IROS submission with extra proofs and content. TechnicalReport

Lab member Saurav Agarwal will be at Qualcomm Research

Lab member Saurav Agarwal will be interning at Qualcomm Research in San Diego for the summer and fall of 2015 where he will work on autonomous vision-based navigation for micro aerial vehicles.

Feedback-based Information RoadMaps with Open Motion Planning Library

We are pleased to announce that the developers of OMPL (Open Motion Planning Library) at Rice University have posted a guest article by our lab on our latest work on integrating FIRM with OMPL. We would particularly like to acknowledge the support of Mark Moll in this process. Feel free to browse our code on Github and use it in your motion planning research.

Link to Blog: http://ompl.kavrakilab.org/blog

Link to Facebook post: https://www.facebook.com/pages/OMPL/320018418039567

 

Bringing Belief Space Planning to Physical Systems

FIRM Feedback
FIRM Planner. A view of the robot’s mind. The blue regions are occupied (obstacle) and the black regions are free. The white diamonds are landmarks in the environment. The yellow edges show the feedback generated by FIRM. Notice that it guides the robot through the back door since it has more information.

Sampling based deterministic motion planning has shown great success in the past. However, as we progress towards more realistic modeling and planning for robotic systems, we need to account for uncertainties in our systems. Uncertainties mainly arise from:

1. Sensing or measurement noise (also called observation noise) i.e. sensors do not give perfect measurements, instead the measurements are corrupted by some noises

2. Motion uncertainty (also called process noise) i.e. the robot’s actuators make some errors in following the control commands

3. Modelling uncertainties i.e. our physical models of the system and environment usually have approximations/errors.

Thus, all these uncertainties call for a new class of motion planners, planners that can reason about the uncertainty in the system and then make smart (optimal) decisions.
In the absence of exact state of the system due to sensing uncertainty, the robot forms a probability distribution over all possible states (referred to as belief) and the planning and decision making has to happen based on the available belief of the system. However, motion planning in the belief space is a challenging problem due to the computational intractability of its exact solution (it can be classified as a Partially Observable Markov Decision Process). This problem becomes even more challenging in changing environments as the robot needs to reason not only about its own state but about external disturbances such as moving people and unforeseen obstacles (furniture, doors etc.).

Research conducted at the EDP Lab and Parasol Lab at Texas A&M University and recently joint work with MIT has resulted in an innovative solution called FIRM (Feedback-based Information Roadmaps) that is able to transform the intractable POMDP problem to a graph based structure in belief space. FIRM essentially constructs a roadmap graph in belief space and is able to generate feedback policies and give guarantees on the minimum success probability for a planning task. FIRM generates a policy that is able to guide the robot through paths that minimize the localization uncertainty and collision probabilities. Thus, FIRM provides motion plans that are able to deal with uncertainties in our systems. Further, FIRM is also capable of dynamic replanning in real-time to deal with unforeseen changes in the environment and robot’s state (kidnapping).

We have successfully applied this method in simulation and on real physical robots and demonstrated its robustness in realistic scenarios. Here is a video that shows FIRM running on an IRobot Create that is tasked with visiting multiple goal locations sequentially in an everyday office environment. The goal points are not predefined and submitted by user online. Notice that there are people walking, doors are opened and closed randomly and the robot is kidnapped to unknown locations. Our robot is able to handle all these challenges and accomplish its mission!

Further, we are now linking FIRM with OMPL. You can currently download a working simulation of the FIRM graph construction from github. Please visit the Software page for more information.