Skip to content

Commit d512bf6

Browse files
committed
fix catkin_lint
1 parent eda2b9d commit d512bf6

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)