Home   |   Research   |   Publications   |   Resume   |   Others

Autonomous Mobile Manipulation
Path Planning under Uncertainty
Intelligent Integrated Systems


A Hierarchical and Adaptive Mobile Manipulator Planner (HAMP)

Abstract:- We present a Hierarchical and Adaptive Mobile Manipulator Planner (HAMP) that plans for both the base and the arm in a judicious manner - allowing the manipulator to change its configuration autonomously when needed if the current arm configuration is in collision with the environment as the mobile manipulator moves along the planned path. This is in contrast to current implemented approaches that are conservative and fold the arm into a fixed home configuration. Our planner first constructs a base roadmap and then for each node in the roadmap it checks for collision status of current manipulator configuration along the edges formed with adjacent nodes, if the current manipulator configuration is in collision, the manipulator C-space is searched for a new reachable configuration such that it is collision-free as the mobile manipulator moves along the edge. We show that HAMP is probabilistically complete. We compared HAMP with full 9D PRM and observed that HAMP outperforms the full 9D PRM in each of the performance criteria, i.e., computational time, percentage of successful attempts, base path length, and most importantly, undesired motions of the arm.

Read More:-

  • Vinay Pilania and Kamal Gupta, "A Hierarchical and Adaptive Mobile Manipulator Planner", IEEE-RAS International Conference on Humanoid Robots (Humanoids), Madrid, November 2014, pp. 45-51. [PDF] [IEEE Xplore Link]

Simulation videos corresponding to scenarios B & C

Simulation videos corresponding to scenarios D & E



A Hierarchical and Adaptive Mobile Manipulator Planner with Base Pose Uncertainty (HAMP-U)

Abstract:- We present a Hierarchical and Adaptive Mobile Manipulator Planner (HAMP) that plans for both the base and the arm in a judicious manner - allowing the manipulator to change its configuration autonomously when needed if the current arm configuration is in collision with the environment as the mobile manipulator moves along the planned path. This is in contrast to current implemented approaches that are conservative and fold the arm into a fixed home configuration. Our planner first constructs a base roadmap and then for each node in the roadmap it checks for collision status of current manipulator configuration along the edges formed with adjacent nodes, if the current manipulator configuration is in collision, the manipulator C-space is searched for a new reachable configuration such that it is collision-free as the mobile manipulator moves along the edge and a path from current configuration to the new reachable configuration is computed. We show that HAMP is probabilistically complete. We compared HAMP with full 9D PRM and observed that the full 9D PRM is outperformed by HAMP in each of the performance criteria, i.e., computational time, percentage of successful attempts, base path length, and most importantly, undesired motions of the arm. We also evaluated the tree versions of HAMP, with RRT and Bi-directional RRT as core underlying sub-planners, and observed similar advantages, although the time saving for Bi-directional RRT version is modest. We then present an extension of HAMP (we call it HAMP-U) that uses belief space planning to account for localization uncertainty associated with the mobile base position and ensures that the resultant path for the mobile manipulator has low uncertainty at the goal. Our experimental results show that the paths generated by HAMP-U are less likely to result in collision and are safer to execute than those generated by HAMP (without incorporating uncertainty), thereby showing the importance of incorporating base pose uncertainty in our overall HAMP algorithm.

Read More:-

  • Vinay Pilania and Kamal Gupta, "A Hierarchical and Adaptive Mobile Manipulator Planner with Base Pose Uncertainty", Autonomous Robots, Volume 39, Issue 1, June 2015, pp. 65-85. [PDF] [Springer Link]

Real experiment on SFU Mobile Manipulator (left one)



A Localization Aware Sampling Strategy for Motion Planning under Uncertainty (LAS)

Abstract:- We present a localization aware efficient sampling strategy for sampling-based motion planning under uncertainty that uses a new notion of localization ability of a sample. It puts more samples in regions where sensor data is able to achieve higher uncertainty reduction while maintaining adequate samples in regions where uncertainty reduction is poor. This leads to a less dense roadmap and hence results in significant time savings in the path search phase. We provide simulation results that show stochastic planners with our sampling strategy place less samples and find a well-localized path in shorter time with little compromise on the quality of path as compared to existing sampling techniques. We also show that a stochastic planner that uses our sampling strategy is probabilistically complete under some reasonable conditions on parameters.

Read More:-

  • Vinay Pilania and Kamal Gupta, "A Localization Aware Sampling Strategy for Motion Planning under Uncertainty", IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Hamburg, September 2015, pp. 6093-6099. [PDF] [IEEE Xplore Link]



Localization Aware Sampling and Connection Strategies for Incremental Motion Planning under Uncertainty

Abstract:- We present efficient localization aware sampling and connection strategies for incremental sampling-based stochastic motion planners. For sampling, we introduce a new measure of localization ability of a sample, one that is independent of the path taken to reach the sample and depends only on the sensor measurement at the sample. Using this measure, our sampling strategy puts more samples in regions where sensor data is able to achieve higher uncertainty reduction while maintaining adequate samples in regions where uncertainty reduction is poor. This leads to a less dense roadmap and hence results in significant time savings. We also show that a stochastic planner that uses our sampling strategy is probabilistically complete under some reasonable conditions on parameters. We then present a localization aware efficient connection strategy that uses an uncertainty aware approach in connecting the new sample to the neighbouring nodes, i.e., it uses an uncertainty measure (as opposed to distance) to connect the new sample to a neighbouring node so that the new sample is reachable with least uncertainty ("the closest"), and furthermore, connections to other neighbouring nodes are made only if the new path to them (via the new sample) helps to reduce the uncertainty at those nodes. This is in contrast to current incremental stochastic motion planners that simply connect the new sample to all of the neighbouring nodes and therefore, take more search queue iterations to update the paths (i.e., uncertainty propagation). Hence, our efficient connection strategy, in addition to eliminating the inefficient edges that do not contribute to better localization, also reduces the number of search queue iterations. We provide simulation results that show that a) our localization aware sampling strategy places less samples and find a well-localized path in shorter time with little compromise on the quality of path as compared to existing sampling techniques, b) our localization aware connection strategy finds a well-localized path in shorter time with no compromise on the quality of path as compared to existing connection techniques, and finally c) combined use of our sampling and connection strategies further reduces the planner run time.

Read More:-

  • Vinay Pilania and Kamal Gupta, "Localization Aware Sampling and Connection Strategies for Incremental Motion Planning under Uncertainty", Autonomous Robots, Volume 41, Issue 1, January 2017, pp. 111-132. [PDF] [Springer Link]



Mobile Manipulator Planning under Uncertainty in Unknown Environments (HAMP-BUA and HAMP-BUA-TC)

Abstract:- We present a sampling-based mobile manipulator planner that considers the base pose uncertainty and the effects of this uncertainty on manipulator motions. The overall planner has three distinct and novel features: i) it uses the Hierarchical and Adaptive Mobile Manipulator Planner (HAMP) that plans for both the base and the arm in a judicious manner, ii) it uses localization aware sampling and connection strategies to consider only those nodes and edges which contribute toward better localization, iii) it incorporates base pose uncertainty along the edges (where arm remains static) and the effects of this uncertainty are considered on arm motion. We call this overall planner HAMP-BUA, where BUA stands for Base pose Uncertainty and its propagation to Arm motions. First we evaluate our planner in known static environments and show that it finds a safer path as compared to other variants where uncertainty is not considered at different levels as mentioned above. Next, we incorporate our planner within an integrated and fully autonomous system for mobile pick-and-place tasks in unknown static environments. A key aspect of our integrated system is that the planner works in tandem with base and arm exploration modules that explore the unknown environment. Our system is implemented both in simulation and on the actual SFU mobile manipulator and we present the corresponding results. It demonstrates a level of competency in exploring unknown environments for carrying out pick-and-place tasks that has not been demonstrated before.

Read More:-

  • Vinay Pilania and Kamal Gupta, "Mobile Manipulator Planning under Uncertainty in Unknown Environments", International Journal of Robotics Research , Volume 37, Issue 2-3, January 2018. [PDF] [Sage Link]

Real Experiments: [left] HAMP-BUA in unknown environment, [right] HAMP-BUA-TC in known environment

Simulations: [left] HAMP-BUA in unknown environment, [right] HAMP-BUA-TC in known environment



A Task-Oriented Approach for Retrieving an Object from a Pile (NBO)

Abstract:- We present a framework for object retrieval tasks in extremely cluttered environments. The core of the framework, the Next Best Option (NBO) planner, plans for the (task oriented) next best object to be removed from a pile in order to facilitate the quick retrieval of the target object. The plan of removal of objects from the pile is intended to a) reveal more graspable area of the target, b) find out if an object is underneath another adjacent object. The latter is captured by constructing a tree based on the RGB and depth segmentation of the current scene. While for the former, first either ICP or a modified version of TPS-RPM, a non-rigid registration algorithm, is used to estimate the occluded portion of the target object. The estimated shape is then used to compute the graspable area that will be revealed by the removal of each object. We provide experimental results using real sensor data that show our planner takes fewer actions to finish the task as compared to a baseline planner.

Read More:-

  • Vinay Pilania, Dale McConachie, Brent Griffin, Jason J. Corso, Dmitry Berenson, "A Task-Oriented Approach for Retrieving an Object from a Pile", To be updated - add links and videos , 2018. [PDF] [Michigan Engineering Research News]