Where can I get ChainJntToJacDotSolver?
Hi everyone.
I'm working with both ROS Indigo (Ubuntu 14.04) and Lunar (Debian 9) and I already have KDL up and running.
I wanted to use the ChainJntToJacDotSolver
C++ class, but it's not present in either setup.
Do I have to install KDL from source to get this class or is there another way?
Thanks in advance.
EDIT: additional information that I forgot. ROS Indigo was already installed, but I installed ROS Lunar following these instructions. I'm trying to implement a controller for this package, in the same manner as is done there. There is a /opt/ros/<distro>/include/kdl/chainjnttojacsolver.hpp
, I can include it in my code, compile it, run it and it works. But there's no chainjnttojacdotsolver.hpp
anywhere.