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

Revision history [back]

click to hide/show revision 1
initial version

I have no experience with this myself, but from the catkin documentation, it seems that if you want to only install the module utils, your should remove the

install(PROGRAMS src/file_io.py
    DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

from your CMakeLists.txt and move the two python files in src into another subfolder utils. Not sure if you need the requires in the setup.py.

I suggest to read the following page, in particular the "Modules" section carefully: http://docs.ros.org/hydro/api/catkin/html/howto/installing_python.html