ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The IK Fast tutorial shows you how to generate an IK solver as a library. That does not automatically get you "visualisation" or "motion planning".
In the end you have a MoveIt compatible IK solver in a .so
file, but you can load that manually and do whatever you want with it.