Skip to content

Commit 79ce33c

Browse files
authored
Add a colcon.pkg file for proper ament integration (UniversalRobots#131)
This will help making the package available in the ament build system. This will effecticely advertise the hooks that we install in our CMakeLists.txt
1 parent 07969f0 commit 79ce33c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

colcon.pkg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"hooks": [
3+
"share/ur_client_library/hook/ament_prefix_path.dsv",
4+
"share/ur_client_library/hook/ros_package_path.dsv",
5+
]
6+
}

0 commit comments

Comments
 (0)