[Bug] No motion plan found

This is an error report.


Screenshot of the error


Error details

Hi, I am working in the finale project of "ROS manipulation in 5 days", and I tried to plan and execute trajectories but it says: Fail: ABORTED: No motion plan found. No execution attempted. Please any ideas? Help....

My best regards,

Hi @eblady ,

There are several reasons why this error happens:

  1. The manipulator arm kinematic chain is not properly configured (using the Setup Assistant).
  2. The are not enough planning algorithms added for solving the kinematics.
  3. The planning timer exits before a valid plan is found, in that case you need to increase the planning timeout.

If the above 3 are not the problem then simply restart the simulation and try again.

If all fails, then let us know!

Regards,
Girish

Hi Girish,

I appreciate your answer. I checked the arm kinematic chain twice… I think it is ok. Considering the yaml files, there are enough planning algorithms. The third point, I do not know, there is not a time out alert.

However, I attach two images of the demo.launch of moveit. Comparing both images, it can be appreciate a little jump in the robot state, but this is not happening in the Gazebo simulation>

Image 1

Image 2

I do not know if you can notice that the arm tries to move up, then down…

Any ideas?

Can I send you the moveit package?

Hi @eblady ,

I remember this issue now.

There was a problem with the robot configuration. The robot will not do any path planning with Kinematics. The robot should work with Cartesian movements using RViz.

I did not work on this further since I moved on with ROS2 Manipulation at that time.

This seems to be a configuration issue with the UR3e used in the simulation, since all other robots worked in the previous units of this course. That has been my thought.

I tried doing that and honestly gave up as at that time, I tried several things and exhausted my options. Maybe I did not try much or missed a very basic thing. Or there is something wrong with the robot configuration.

Anyways, you can try to find any issues with the Robot configuration, and let us know if you find anything misconfigured.

I know this answer may not help you much, but this I what I know so far.

Regards,
Girish

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.