fix install locations for some include paths
This commit is contained in:
parent
4ec6366469
commit
ec842e4670
|
@ -47,5 +47,5 @@ endif()
|
|||
install(TARGETS ${PROJECT_NAME}
|
||||
DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
|
||||
|
||||
install(DIRECTORY include/
|
||||
install(DIRECTORY include/${PROJECT_NAME}/
|
||||
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>collada_parser</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
<description>
|
||||
This package contains a C++ parser for the Collada robot
|
||||
description format. The parser reads a Collada XML robot
|
||||
|
|
|
@ -66,5 +66,5 @@ install(TARGETS ${PROJECT_NAME} urdf_to_collada
|
|||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
|
||||
|
||||
install(DIRECTORY include/
|
||||
install(DIRECTORY include/${PROJECT_NAME}/
|
||||
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>collada_urdf</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
<description>
|
||||
|
||||
This package contains a tool to convert Unified Robot Description Format (URDF) documents into COLLAborative Design Activity (COLLADA) documents.
|
||||
|
|
|
@ -37,5 +37,5 @@ target_link_libraries(test_kdl_parser ${PROJECT_NAME})
|
|||
install(TARGETS ${PROJECT_NAME}
|
||||
DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
|
||||
|
||||
install(DIRECTORY include/
|
||||
install(DIRECTORY include/${PROJECT_NAME}/
|
||||
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>kdl_parser</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
|
||||
<description>
|
||||
|
||||
|
|
|
@ -29,5 +29,5 @@ add_subdirectory(test EXCLUDE_FROM_ALL)
|
|||
install(TARGETS ${PROJECT_NAME}
|
||||
DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
|
||||
|
||||
install(DIRECTORY include/
|
||||
install(DIRECTORY include/${PROJECT_NAME}/
|
||||
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>resource_retriever</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
<description>
|
||||
|
||||
This package retrieves data from url-format files such as http://,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>robot_model</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
<description>
|
||||
<tt>robot_model</tt> contains packages for modeling various
|
||||
aspects of robot information, specified in the Xml Robot
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>srdf</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
|
||||
<description>
|
||||
|
||||
|
|
|
@ -42,5 +42,5 @@ install(TARGETS ${PROJECT_NAME} check_urdf urdf_to_graphiz
|
|||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
|
||||
|
||||
install(DIRECTORY include/
|
||||
install(DIRECTORY include//${PROJECT_NAME}/
|
||||
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
<description>
|
||||
This package contains a C++ parser for the Unified Robot Description
|
||||
Format (URDF), which is an XML format for representing a robot model.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf_interface</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
<description>
|
||||
This package is DEPRECATED. Please use the urdfdom dependency directly instead of this package.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf_parser</name>
|
||||
<version>1.9.26</version>
|
||||
<version>1.9.27</version>
|
||||
|
||||
<description>
|
||||
This package is DEPRECATED. Please use the urdfdom dependency directly instead of this package.
|
||||
|
|
Loading…
Reference in New Issue