ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Not that I am aware of.
You could override the catkin_python_setup
macro with an empty version in your CMake toolchain file. But that might not work depending on the order of of evaluation in CMake, which I'm not sure about. In which case you would just need to fork catkin and disable that macro.
If you want a CMake option to do that then I would open a pull request against catkin.