ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You may use any combination of C++ and python nodes in ROS.
Python packages are added to your workspace and built exactly the same as with C++ packages - simply add them to your workspace and build with catkin_make.
(The setup.py should not be invoked directly, and generally contains explicit warnings against doing so)