Remove roslaunch check
This commit is contained in:
parent
de8a0aca3f
commit
17db2afd94
@ -9,6 +9,7 @@ find_package(catkin REQUIRED COMPONENTS
|
|||||||
roscpp
|
roscpp
|
||||||
sensor_msgs
|
sensor_msgs
|
||||||
roslaunch
|
roslaunch
|
||||||
|
tf2
|
||||||
)
|
)
|
||||||
find_package(PCL REQUIRED)
|
find_package(PCL REQUIRED)
|
||||||
|
|
||||||
@ -29,8 +30,6 @@ target_link_libraries(pointcloud_to_laserscan ${catkin_LIBRARIES})
|
|||||||
add_executable(pointcloud_to_laserscan_node src/pointcloud_to_laserscan_node.cpp)
|
add_executable(pointcloud_to_laserscan_node src/pointcloud_to_laserscan_node.cpp)
|
||||||
target_link_libraries(pointcloud_to_laserscan_node pointcloud_to_laserscan ${catkin_LIBRARIES})
|
target_link_libraries(pointcloud_to_laserscan_node pointcloud_to_laserscan ${catkin_LIBRARIES})
|
||||||
|
|
||||||
roslaunch_add_file_check(launch)
|
|
||||||
|
|
||||||
install(TARGETS pointcloud_to_laserscan pointcloud_to_laserscan_node
|
install(TARGETS pointcloud_to_laserscan pointcloud_to_laserscan_node
|
||||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
||||||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user