Skip to content

Commit 127af5d

Browse files
authored
Merge pull request #21 from fmessmer/fix_catkin_lint
fix catkin_lint
2 parents eda2b9d + d512bf6 commit 127af5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ find_package(catkin REQUIRED COMPONENTS
1717
catkin_package(
1818
INCLUDE_DIRS include
1919
LIBRARIES ${PROJECT_NAME} ipa_${PROJECT_NAME} roi_outlier_removal
20-
CATKIN_DEPENDS message_filters nodelet pcl_ros roscpp sensor_msgs tf2 tf2_geometry_msgs tf2_ros tf2_sensor_msgs
20+
CATKIN_DEPENDS message_filters nodelet pcl_ros roscpp sensor_msgs tf tf2 tf2_geometry_msgs tf2_ros tf2_sensor_msgs
2121
)
2222

2323
include_directories(

0 commit comments

Comments
 (0)