ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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