mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
update cmake file
This commit is contained in:
parent
eb3266f706
commit
3e5873055f
@ -1,7 +1,7 @@
|
||||
################################################################################
|
||||
# CMake
|
||||
################################################################################
|
||||
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 2.8.3)
|
||||
project(turtlebot3_gazebo_plugin)
|
||||
|
||||
################################################################################
|
||||
@ -44,6 +44,19 @@ target_link_libraries(image_listener ${GAZEBO_LIBRARIES} pthread)
|
||||
################################################################################
|
||||
# Install
|
||||
################################################################################
|
||||
install(TARGETS lidar_listener image_listener
|
||||
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
||||
)
|
||||
|
||||
install(DIRECTORY models
|
||||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
|
||||
)
|
||||
|
||||
install(DIRECTORY worlds
|
||||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
|
||||
)
|
||||
|
||||
################################################################################
|
||||
# Test
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
<run_depend>roscpp</run_depend>
|
||||
<run_depend>std_msgs</run_depend>
|
||||
<run_depend>sensor_msgs</run_depend>
|
||||
<run_depend>geometry_msgs</run_depend>
|
||||
<run_depend>tf</run_depend>
|
||||
<run_depend>gazebo_ros</run_depend>
|
||||
<export>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user