mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
commented out roslaunch_add_file_check
This commit is contained in:
@@ -55,7 +55,7 @@ target_link_libraries(scout_base_node scout_messenger ${catkin_LIBRARIES})
|
|||||||
## Install ##
|
## Install ##
|
||||||
#############
|
#############
|
||||||
|
|
||||||
roslaunch_add_file_check(launch)
|
# roslaunch_add_file_check(launch)
|
||||||
|
|
||||||
install(TARGETS scout_messenger scout_base_node
|
install(TARGETS scout_messenger scout_base_node
|
||||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ find_package(catkin REQUIRED COMPONENTS roslaunch)
|
|||||||
|
|
||||||
catkin_package()
|
catkin_package()
|
||||||
|
|
||||||
roslaunch_add_file_check(launch)
|
# roslaunch_add_file_check(launch)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
DIRECTORY launch meshes urdf
|
DIRECTORY launch meshes urdf
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ target_link_libraries(scout_skid_steer_controller scout_gazebo ${catkin_LIBRARIE
|
|||||||
## Install ##
|
## Install ##
|
||||||
#############
|
#############
|
||||||
|
|
||||||
roslaunch_add_file_check(launch)
|
# roslaunch_add_file_check(launch)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
DIRECTORY launch worlds
|
DIRECTORY launch worlds
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ target_link_libraries(scout_webots_node ${catkin_LIBRARIES})
|
|||||||
## Install ##
|
## Install ##
|
||||||
#############
|
#############
|
||||||
|
|
||||||
roslaunch_add_file_check(launch)
|
# roslaunch_add_file_check(launch)
|
||||||
|
|
||||||
install(TARGETS scout_webots_node
|
install(TARGETS scout_webots_node
|
||||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
||||||
|
|||||||
Reference in New Issue
Block a user