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