Skip to content

Commit

Permalink
remove config
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a committed Jul 6, 2023
1 parent f99720f commit 66e45f4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions core_perception/ndt_cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ else() #ROS2
RUNTIME DESTINATION bin
)

ament_auto_package(
INSTALL_TO_SHARE config
)
ament_auto_package()

endif()
1 change: 0 additions & 1 deletion core_perception/ndt_cpu/config/README.md

This file was deleted.

4 changes: 1 addition & 3 deletions core_perception/ndt_gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ else() #ROS2
ament_export_libraries(ndt_gpu)
ament_export_include_directories(include)

ament_auto_package(
INSTALL_TO_SHARE config
)
ament_auto_package()

install(DIRECTORY include/
DESTINATION include
Expand Down
1 change: 0 additions & 1 deletion core_perception/ndt_gpu/config/README.md

This file was deleted.

0 comments on commit 66e45f4

Please sign in to comment.