Skip to content

Commit

Permalink
Cleanup republisher (#58) (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
john-maidbot and ahcorde authored Mar 25, 2024
1 parent e05c430 commit a67e6f3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 165 deletions.
16 changes: 3 additions & 13 deletions point_cloud_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,9 @@ target_include_directories(republish_node PUBLIC
"$<INSTALL_INTERFACE:include/${PROJECT_NAME}>")
rclcpp_components_register_nodes(republish_node "point_cloud_transport::Republisher")

add_executable(republish
src/republish_program.cpp
src/utilities/utilities.cpp
)
target_link_libraries(republish
${PROJECT_NAME}
republish_node
)
ament_target_dependencies(republish
pluginlib
rclcpp_components
rclcpp
rclcpp_components_register_node(republish_node
PLUGIN "point_cloud_transport::Republisher"
EXECUTABLE republish
)

# Build list_transports
Expand All @@ -106,7 +97,6 @@ install(TARGETS ${PROJECT_NAME} EXPORT export_${PROJECT_NAME})
install(
TARGETS
list_transports
republish
RUNTIME DESTINATION lib/${PROJECT_NAME}
)

Expand Down
72 changes: 0 additions & 72 deletions point_cloud_transport/src/republish_program.cpp

This file was deleted.

45 changes: 0 additions & 45 deletions point_cloud_transport/src/utilities/utilities.cpp

This file was deleted.

35 changes: 0 additions & 35 deletions point_cloud_transport/src/utilities/utilities.hpp

This file was deleted.

0 comments on commit a67e6f3

Please sign in to comment.