-
Notifications
You must be signed in to change notification settings - Fork 954
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
PanadaArm triggers self_collision_avoidance_violation #1210
Comments
Thanks for reporting an issue. We will have a look asap. If you can think of a fix, please consider providing it as a pull request. |
Is libfranka even stronger in collision checking (e.g. adding more padding)? |
That's possible. Libfranka defines a way to alter the collision behavior but since those values are torque and force, I think that is only for collisions with other objects. |
franka_description got updated with a more coarse collision model [1], so the SRDF needs to be adapted. Updated collision configuration was obtained by re-running the setup assistent. Closes moveit#18. Resolves moveit/moveit#1210, resolves frankaemika/franka_ros#39. [1] frankaemika/franka_ros@e52c03a
franka_description got updated with a more coarse collision model matching the internal self-collision detection [1], so the SRDF needs to be adapted. Updated collision configuration was obtained by re-running the setup assistant. Closes moveit#18. Resolves moveit/moveit#1210, resolves frankaemika/franka_ros#39. [1] frankaemika/franka_ros@e52c03a
franka_description got updated with a more coarse collision model [1] matching the internal self-collision detection, so the SRDF needs to be adapted. Updated collision configuration was obtained by re-running the setup assistant. Closes moveit#18. Resolves moveit/moveit#1210, resolves frankaemika/franka_ros#39. [1] frankaemika/franka_ros@e52c03a
franka_description got updated with a more coarse collision model [1] matching the internal self-collision detection, so the SRDF needs to be adapted. Closes moveit#18. Resolves moveit/moveit#1210, resolves frankaemika/franka_ros#39. [1] frankaemika/franka_ros@e52c03a
franka_description got updated with a more coarse collision model [1] matching the internal self-collision detection, so the SRDF needs to be adapted. Disable collision checking between panda_link6 and panda_link8 which collide in the default pose. Tested with example controllers. Closes #18. Resolves moveit/moveit#1210, resolves frankaemika/franka_ros#39. [1] frankaemika/franka_ros@e52c03a
Description
Frequently when I am using moveit to plan paths, the execution fails due to
libfranka: Move command aborted: motion aborted by reflex! ["self_collision_avoidance_violation"]
. I was under the impression that moveit should provide paths that avoid self collisions (especially since this arm is used in the tutorials)?Your environment
Steps to reproduce
Below is a file I have written with a simple class ,based on the python tutorial.
Then in one terminal window, I write
roslaunch panda_moveit_config panda_control_moveit_rviz.launch load_gripper:=true robot_ip:=172.16.0.2
and in another window I open a python console and write:
Expected behaviour
I think that it should either successfully move the arm (it looks like it won't be in collision), or fail in the planning phase due to self_collision
Actual behaviour
It gives a plan, then the plan fails in execution stage.
The text was updated successfully, but these errors were encountered: