ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
I ran into similar issues when I was compiling a few days ago. I replaced orocos_kdl with the latest version from their git. This solved most compiling errors and introduced some new ones (mainly regarding the change from reference to pointer, changing some '.' to '->' did the trick).
Good luck!