AndrejOrsula / ign_moveit2_examples

C++ and Python examples of using MoveIt 2 inside Ignition Gazebo simulation environment
BSD 3-Clause "New" or "Revised" License
97 stars 20 forks source link

move_group action client freezes after unsuccessful plan #4

Closed AndrejOrsula closed 3 years ago

AndrejOrsula commented 3 years ago

If planning fails, no action result is received (not even error)

Possible causes:

Will try latest MoveIt2 before continuing...

AndrejOrsula commented 3 years ago

This issue is caused by using simulated time for move_group node!

My suspicion is that it originates somewhere in IK solver.

AndrejOrsula commented 3 years ago

I will look through the code to find the bug once I get time...

Until then, make sure to use move_group node with real time.

AndrejOrsula commented 3 years ago

move_group node seems to be just fine when using real time. I kept a TODO note about it in https://github.com/AndrejOrsula/ign_moveit2/blob/joint_trajectory_controller/launch/ign_moveit2.launch.py

Closing for now