We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f2816 commit 43b7f67Copy full SHA for 43b7f67
x1_description/CMakeLists.txt
@@ -5,9 +5,7 @@ find_package(catkin REQUIRED COMPONENTS roslaunch)
5
6
catkin_package()
7
8
-roslaunch_add_file_check(launch)
9
-
10
install(
11
- DIRECTORY launch materials meshes urdf
+ DIRECTORY materials meshes urdf
12
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
13
)
x2_description/CMakeLists.txt
-roslaunch_add_file_check(launch/description.launch)
-install(DIRECTORY materials meshes launch urdf
+install(DIRECTORY materials meshes urdf
0 commit comments