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

Your setup file explicitly only installs the module node_name - but not any of the submodules.

Instead of explicitly enumerating all submodules you probably want to use setuptools.find_packages() to discover all Python modules automatically and pass them to the packages keyword argument.