Closed threedee003 closed 2 months ago
I have not used the old catkin, I have only used catkin_tools
.
But before using a different catkin, add some print statements to get the path of the PyKDL library. Your python might be importing the incorrect one. Also make sure you resource your workspace after building.
Thank you. It's solved. I used catkin build
and source the workspace.
I installed python_orocos_kdl from the master branch using
catkin_make_isolated
cmd. The installation didnt show any error but the test cases are failing. This is terminal output during thecatkin_make_isolated
.During the tests there are errors.
Is there something wrong that I have done ?
@MatthijsBurgh