Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurs when executing the plans for motion Planning Error Msg: "ABORTED : Solution found but controller failed during execution" #24

Open
KaeYan opened this issue Aug 18, 2017 · 5 comments

Comments

@KaeYan
Copy link

KaeYan commented Aug 18, 2017

Hi, qboticslab, in the page 138 of mastering ros, is "roslaunch seven_dof_arm_config seven_dof_arm_bringup_moveit.launch" an error? Because the launch file is actually in the seven_dof_arm_gazebo

Furthermore, when i launch it, there is a global status error
global status error

@KaeYan KaeYan changed the title Book: Mastering ROS for Robotics Program Book: Mastering ROS for Robotics Program; Aug 18, 2017
@KaeYan KaeYan changed the title Book: Mastering ROS for Robotics Program; Global status error when launching sevendof in gazebo and rviz Aug 18, 2017
@KaeYan KaeYan changed the title Global status error when launching sevendof in gazebo and rviz Error occurs when executing the plans for motion PlanningError Msg: "ABORTED : Solution found but controller failed during execution" Aug 18, 2017
@KaeYan KaeYan changed the title Error occurs when executing the plans for motion PlanningError Msg: "ABORTED : Solution found but controller failed during execution" Error occurs when executing the plans for motion Planning Error Msg: "ABORTED : Solution found but controller failed during execution" Aug 18, 2017
@KaeYan
Copy link
Author

KaeYan commented Aug 18, 2017

In addition, when I tried to include the "MotionPlanning" and try to execute the Plans, the following error occurs:

image

Please help if someone has this issue, thanks!

@rk0dama
Copy link

rk0dama commented Oct 11, 2017

You should add the following parameter "allowed_start_tolerance" in trajectory_execution.launch.xml.

  <param name="trajectory_execution/allowed_start_tolerance" value="0.0"/>

@fjnn
Copy link

fjnn commented Sep 11, 2019

<param name="trajectory_execution/allowed_start_tolerance" value="0.0"/>

didn't work for me. Still getting the same error

@KamalanathanN
Copy link

@qboticslabs

i am having similar error here !
not found any working solution, does this has anything to do with controller naming in config files?

[ERROR] [1571722397.599414815, 47.378000000]: Unable to identify any set of controllers that can actuate the specified joints: [ elbow_pitch_joint elbow_roll_joint gripper_roll_joint shoulder_pan_joint shoulder_pitch_joint wrist_pitch_joint wrist_roll_joint ]

[ERROR] [1571722397.599433515, 47.378000000]: Known controllers and their joints:

[ INFO] [1571722397.626807423, 47.405000000]: ABORTED: Solution found but controller failed during execution

MoveIt!

Output of $ rostopic list

MoveIt_rostopic_list

@kvnptl
Copy link

kvnptl commented May 21, 2021

I have faced the same error, but I was testing cartesian pose goals using moveit motion planning tutorials.

Issue:

  • Cartesian solution worked fine with only Rviz (demo.launch)
  • But, not with Gazebo+Rviz
  • Error msg: ABORTED: Solution found but controller failed during execution

Possible resolution:

  • It seems tolerance values were too small for the assigned cartesian goal poses
  • After changing the cartesian goal pose values, it works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants