Moveit:Pick and place error
Hi,I'm quite new about moveit, I have finished the Pick and place tutorials, and now I want to control an ABB IRB120 robot arm and make it can pick and place a pipeline. I have generated a moveit package by the moveit_setup_assistant, and make a little change to the pick and place tutorial's code to control the ABBIRB120 robot arm, but some errors occurred. Hope someone can help me. Here is my error. This is the error in the terminal which runs the terminal command "rosrun selfirb120_control abbselftest" which is the node to control robot arm.
ros.moveit_ros_planning_interface.move_group_interface: Fail: ABORTED: No motion plan found. No execution attempted.
ros.moveit_ros_planning_interface.move_group_interface: Fail: ABORTED: Must specify group in motion plan request
And this is the error in the terminal which runs the terminal command "roslaunch selfabb2 demo.launch" .
![image description]
Hope someone can help me!
Thank you very much
It seems you did not specify any group while initializing moveit, try to check that you are using the same group name that you used while generating the config pkg by moveit_setup_assistan:
You mean the group name must be same as the group name I initialize in the move it set up assistant?
But I do use the same group name.
yes, I mean the group name you initialize in the moveit set up assistant. I am not sure what is wrong but that what I understood from the error message
I have checked about it, they are both "arm".
it might be helpful to compare the config and launch files generated by movit set assistance with the one from tutorial.