mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
style: rename arm urdf packages
* rover_urdf_pkg -> arm_description * astra_arm_moveit_config -> arm_moveit_config
This commit is contained in:
@@ -54,9 +54,9 @@ foreach(Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS})
|
||||
find_package(${Dependency} REQUIRED)
|
||||
endforeach()
|
||||
|
||||
include_directories(
|
||||
include
|
||||
)
|
||||
# include_directories(
|
||||
# include
|
||||
# )
|
||||
|
||||
###################
|
||||
## C++ Libraries ##
|
||||
@@ -140,7 +140,7 @@ install(
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
RUNTIME DESTINATION bin
|
||||
INCLUDES DESTINATION include
|
||||
# INCLUDES DESTINATION include
|
||||
)
|
||||
|
||||
# # Install Binaries
|
||||
@@ -155,10 +155,10 @@ install(
|
||||
# RUNTIME DESTINATION lib/${PROJECT_NAME}
|
||||
# )
|
||||
|
||||
# Install include, launch, config directories
|
||||
install(DIRECTORY include/ DESTINATION include)
|
||||
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME})
|
||||
install(DIRECTORY config DESTINATION share/${PROJECT_NAME})
|
||||
# # Install include, launch, config directories
|
||||
# install(DIRECTORY include/ DESTINATION include)
|
||||
# install(DIRECTORY launch DESTINATION share/${PROJECT_NAME})
|
||||
# install(DIRECTORY config DESTINATION share/${PROJECT_NAME})
|
||||
|
||||
ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)
|
||||
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})
|
||||
|
||||
Reference in New Issue
Block a user