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

You have to write Python modules (= libraries) and declare them, see this tutorial.

So your modules will be available from your other packages and you will be able to import them using:

import myproject_common.my_module