Skip to content

Commit

Permalink
remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Feb 14, 2024
1 parent cec6f14 commit cc13d41
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 425 deletions.
10 changes: 1 addition & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ find_package(catkin REQUIRED COMPONENTS

catkin_package(
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME} ipa_${PROJECT_NAME} roi_outlier_removal
LIBRARIES ipa_${PROJECT_NAME} roi_outlier_removal
CATKIN_DEPENDS message_filters nodelet pcl_ros roscpp sensor_msgs tf tf2 tf2_geometry_msgs tf2_ros tf2_sensor_msgs
)

Expand All @@ -34,12 +34,6 @@ target_link_libraries(frame_publisher_node frame_publisher ${catkin_LIBRARIES})
add_library(roi_outlier_removal src/roi_outlier_removal_nodelet.cpp)
target_link_libraries(roi_outlier_removal ${catkin_LIBRARIES})

add_library(${PROJECT_NAME} src/${PROJECT_NAME}_nodelet.cpp)
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES})

add_executable(${PROJECT_NAME}_node src/${PROJECT_NAME}_node.cpp)
target_link_libraries(${PROJECT_NAME}_node ${PROJECT_NAME} ${catkin_LIBRARIES})

add_library(ipa_${PROJECT_NAME} src/ipa_${PROJECT_NAME}_nodelet.cpp src/scan_outlier_removal_filter.cpp)
target_link_libraries(ipa_${PROJECT_NAME} ${catkin_LIBRARIES})

Expand All @@ -50,8 +44,6 @@ install(TARGETS frame_publisher
frame_publisher_node
ipa_${PROJECT_NAME}
ipa_${PROJECT_NAME}_node
${PROJECT_NAME}
${PROJECT_NAME}_node
roi_outlier_removal
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
Expand Down
98 changes: 0 additions & 98 deletions include/pointcloud_to_laserscan/pointcloud_to_laserscan_nodelet.h

This file was deleted.

12 changes: 0 additions & 12 deletions nodelets.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
<library path="lib/libpointcloud_to_laserscan">

<class name="pointcloud_to_laserscan/pointcloud_to_laserscan_nodelet"
type="pointcloud_to_laserscan::PointCloudToLaserScanNodelet"
base_class_type="nodelet::Nodelet">
<description>
Nodelet to convert sensor_msgs/PointCloud2 to sensor_msgs/LaserScans.
</description>
</class>

</library>

<library path="lib/libipa_pointcloud_to_laserscan">

<class name="pointcloud_to_laserscan/ipa_pointcloud_to_laserscan_nodelet"
Expand Down
65 changes: 0 additions & 65 deletions src/pointcloud_to_laserscan_node.cpp

This file was deleted.

Loading

0 comments on commit cc13d41

Please sign in to comment.