JeroenDM / moveit_opw_kinematics_plugin

An attempt at writing a MoveIt! plugin for opw_kinematics.
http://wiki.ros.org/moveit_opw_kinematics_plugin
Apache License 2.0
7 stars 7 forks source link

WIP: clean up tests #13

Closed JeroenDM closed 5 years ago

JeroenDM commented 5 years ago

Only use publicly available resources and use correct CMake setup. See also #12.

JeroenDM commented 5 years ago

The goal is to mirror the MoveIt! way of testing kinematics, and therefore I'm figuring out how they do it. Use the package moveit_kinematics_tests as a template, but notice this issue.

JeroenDM commented 5 years ago

Dependencies for the kuka test:

Dependencies for the fanuc test:

JeroenDM commented 5 years ago

I will do the last point "Find a good way to test consistency of kinematics.yaml file with URDF." in a different pull request so I can already merge this changes.