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 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)