ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

That seems to be another python issue. My guess is that cmake's configure finds python3 instead of python2. If you are lucky, you can change that using ccmake. Go into your build directory, execute cmake . and check if the configure contains something python3 related. Change it to the corresponding files/directories/flags for python2. If that doesn't work, you might have to patch some catkin cmake files that are responsible for finding python.