ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You would need to write setup.py
and include catkin_python_setup()
in CMakeLists as described in Section 1.2 here. This would add your packages to PYTHONPATH when you source the workspace.