You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some robots like Franka Emika Panda, the URDF file contains some links that are used only for self-collision checking.
Removing collision tests between these links and the regular ones can be done using the srdf disable_collision keyword (although cumbersome).
There is currently no way to disable collision between the self collision links and the environment. Should we implement this here:
After thinking further, it would not be so simple since when building a composite robot with two such robots, the collisions between the self collision objects of different robots would be difficult to remove.
In some robots like Franka Emika Panda, the URDF file contains some links that are used only for self-collision checking.
Removing collision tests between these links and the regular ones can be done using the srdf
disable_collision
keyword (although cumbersome).There is currently no way to disable collision between the self collision links and the environment. Should we implement this here:
hpp-pinocchio/src/urdf/util.cc
Line 48 in bcd11eb
by detecting lines like
in the SRDF file ?
The text was updated successfully, but these errors were encountered: