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

I did a little more searching, and in colcon the keyword is CONFIG_EXTRAS and is used in ament_package(), as documented here.

So, my solution is to use this instead:

ament_package(
  CONFIG_EXTRAS cmake/Findthis_package.cmake)

Note that the full relative path is needed, whereas catkin_package() assumed the cmake directory.