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

Python dependencies are runtime dependencies only, so they should not be listed in your find_package(catkin COMPONENTS ..) call in your CMakeLists.txt.

Python dependencies are runtime dependencies only, so they should not be listed in your find_package(catkin COMPONENTS ..) call in your CMakeLists.txt.

See catkin documentation » How to do common tasks » Package format 2 for how to declare and resolve Python dependencies in Catkin packages.