Robotics StackExchange | Archived questions

Moveit "Fail: ABORTED: Catastrophic failure"

Running the moveit planning interface creates the above message the message is generated at line 133 of this file https://github.com/greenpro/sac_translators/blob/master/src/scorbot_moveit.cpp

The configuration files for moveit are found here: https://github.com/greenpro/scorbot_config

For running the project I am using roslaunch scorbotconfig demo.launch rosrun sactranslators scorbot_moveit

Asked by craigc on 2017-02-24 13:53:31 UTC

Comments

Answers

Maybe it's because that you didn't add the kinematics solver; run Moveit setup assistant with your package :

roslaunch myrobot_moveit_config setup_assistant.launch

planning group——>manipilator——>kinematics solver turn none to kdl/trac_ik or other kinematics solver

Asked by Alice_ly on 2021-05-08 23:04:26 UTC

Comments