noether icon indicating copy to clipboard operation
noether copied to clipboard

Need to add colcon.pkg file to all pure cmake packages.

Open Levi-Armstrong opened this issue 3 years ago • 1 comments

For colcon to find cmake package in underlays and plugins this file needs to be added to each cmake package. Update the contents below with the package name and since we are using ros_industrial_cmake_boilerplate it will handle the rest.

file name: colcon.pkg

{
    "hooks": ["share/<package_name>/hook/ament_prefix_path.dsv", "share/<package_name>/hook/ros_package_path.dsv"]
}

Levi-Armstrong avatar Jul 16 '21 17:07 Levi-Armstrong

This will be addressed in #133

jdlangs avatar Jul 16 '21 19:07 jdlangs

Closing; addressed in #169 and #192

marip8 avatar Aug 08 '24 20:08 marip8