-
Notifications
You must be signed in to change notification settings - Fork 695
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
pick_place_tutorial Error #685
Comments
Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed. |
Looks like you didn't configure your controllers correctly. What's the content of your |
Do you mean ros_controllers.yaml? In the link below, I added a package made with moveit setup assistance. |
You are using franka_description's URDF.
|
Because the most recent version, Franka_ros, does not provide panda_arm_hand.urdf.xacro, the file was imported from the 0.7.0 version. Is it right to add the content to the 'panda_arm_hand.urdf.xacro' file? |
Don't do this. Instead, apply #667. |
I understood. However, "https://github.com/ros-planning/moveit_tutorials/blob/master/doc/gazebo_simulation/gazebo_simulation.rst" explains based on |
Not yet, but we are working on it. As the new version introduced several regressions, it's not that easy, unfortunately. |
Okay. Then I have no choice but to wait. Thank you for your efforts. |
Last question. Will it take a long time to complete it? |
Just apply the patches from #667 for now and you should be fine. |
Description
Overview of your issue here.
When the "pick place tutorial" is executed, the moment the gripper tries to pick up an object, the following error occurs.
sm3304love@sm3304love-AORUS-5-KB:~/ws_moveit$ rosrun moveit_tutorials pick_place_tutorial
[ INFO] [1637234143.240412042, 10.037000000]: Loading robot model 'panda'...
[ INFO] [1637234143.240956217, 10.037000000]: No root/virtual joint specified in SRDF. Assuming fixed joint
[ INFO] [1637234144.229894697, 11.026000000]: Ready to take commands for planning group panda_arm.
[ WARN] [1637234152.123228467, 18.913000000]: Fail: ABORTED: Solution found but controller failed during execution
[ WARN] [1637234153.123990351, 19.913000000]: Fail: ABORTED: Must specify group in motion plan request
I create a package via setup_assistant, and followed all the procedures in the following link. What's wrong?
https://github.com/ros-planning/moveit_tutorials/blob/master/doc/gazebo_simulation/gazebo_simulation.rst
This is the git link with the xacro,urdf file I'm currently using.
https://github.com/sm3304love/ros_franka_discreption
Your environment
Expected behaviour
Pick and place tutorial running normally
The text was updated successfully, but these errors were encountered: