[Bug] Package names clash for arm_kinematics_constraint_aware [closed]
Looks like there is a name clash for package arm_kinematics_constraint_aware
as there are two packages with this name in both arm_navigation and kinematics stacks.
Not sure if it suppose to be the same code in both of them, but at the moment it is different and the one in arm_navigation
stack has a bug (see relevant question).
P.S. Could not find better place to post this as it's a cross-stack issue.
EDIT #1
arm_kinematics_constraint_aware
from arm_navigation
stack is actually pointing to a package in kinematics
stack. Probably it should be set up as a stack dependency then. However arm_navigation
contains the code for this packages as well.
So it might be a different bug (?)