Robotics StackExchange | Archived questions

local planner of dynamic obstacle avoidance for robot arms in moveit

Hi all, I want to achieve the dynamic (realtime) obstacle avoidance of the robot arms in the case that the environment suddenly changes when the arm is moving according to preplanned path by ompl or chomp in moveit.

When I searched the key word "local planner" or "dynamic (realtime) obstacle avoidance", most of the results are related to navigation (2D) ... The movement of arms is in a higher dimension space, I don't know whether there is an open source package for this.

Since I use moveit to plan the movement of arms, it would be great that the package is compatible with the moveit framework.

Thanks for any help!

Asked by xibeisiber on 2020-05-14 21:28:58 UTC

Comments

Did you found any solution for this? struggling with the same issue, tried to use octomap for the collision avoidance but is not meant to be for dynamic moving environments.

Asked by Patrick Vibild on 2021-05-03 04:11:46 UTC

No direct solution yet. Good news is that the local planner is being implemented in Moveit2, but still in development. In Moveit1, you have to implement it by yourself as described in some publications.

Asked by xibeisiber on 2021-06-08 03:45:23 UTC

Answers