Skip to content

Commit 2ee3b3a

Browse files
committed
Fix CmakLists
1 parent daf0aff commit 2ee3b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

turtlebot3_manipulation_bringup/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ find_package(ament_cmake REQUIRED)
1313
# Install
1414
################################################################################
1515
install(
16-
DIRECTORY launch config rviz worlds
16+
DIRECTORY launch config rviz
1717
DESTINATION share/${PROJECT_NAME}
1818
)
1919

turtlebot3_manipulation_description/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ find_package(ament_cmake REQUIRED)
1212
################################################################################
1313
# Install
1414
################################################################################
15-
install(DIRECTORY launch rviz urdf gazebo meshes ros2_control
15+
install(DIRECTORY launch rviz urdf meshes ros2_control
1616
DESTINATION share/${PROJECT_NAME}
1717
)
1818

0 commit comments

Comments
 (0)