sns_ik icon indicating copy to clipboard operation
sns_ik copied to clipboard

Working plugin for MoveIt on Noetic?

Open pfucile opened this issue 2 years ago • 1 comments

I want to create a working SNS IK Plugin for MoveIt on ROS noetic to have it working on my sawyer robot. I can't seem to figure out from the sns-ik-kinematics-plugin subfolder, as all the CmakeList and package.xml files (for all the branches) do not contain the correct information. Can you help me with that?

pfucile avatar Oct 28 '22 14:10 pfucile

Unfortunately, at the moment we did not implement an SNS IK Plugin for MoveIt, currently in the sns-ik-kinematics-plugin subfolder, there are only placeholders. Help would be very much appreciated!

CMakeList.txt and package.xml should be analogous to the one of the trac_ik plugin, see https://bitbucket.org/traclabs/trac_ik/src/master/trac_ik_kinematics_plugin/.

You shouldn't need the dependencies to nlopt and you would need to replace trac_ik_lib with sns_ik_lib.

If you like, you can fork our repository and create already a pull request, so I can see what you already have implemented so far. Then it is easier to collaborate and have a working implementation soon. What do you think?

AdrianZw avatar Nov 09 '22 07:11 AdrianZw