File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ add_executable( keyframe_pose_graph_slam
7777add_dependencies (keyframe_pose_graph_slam cerebro_generate_messages_cpp )
7878
7979
80- add_executable ( test_disjointset_imp src/test_disjointset.cpp )
81- add_executable ( test_bfs_imp src/test_bfs.cpp )
80+ # add_executable( test_disjointset_imp src/test_disjointset.cpp )
81+ # add_executable( test_bfs_imp src/test_bfs.cpp )
8282
8383# Debug Node
8484#add_executable( debug_kf_slam_node
@@ -99,8 +99,8 @@ target_link_libraries( keyframe_pose_graph_slam
9999# ${ZLIB_LIBRARIES}
100100)
101101
102- target_link_libraries ( test_disjointset_imp ${catkin_LIBRARIES} )
103- target_link_libraries ( test_bfs_imp ${catkin_LIBRARIES} )
102+ # target_link_libraries( test_disjointset_imp ${catkin_LIBRARIES} )
103+ # target_link_libraries( test_bfs_imp ${catkin_LIBRARIES} )
104104
105105#target_link_libraries( debug_kf_slam_node
106106# ${OpenCV_LIBRARIES}
You can’t perform that action at this time.
0 commit comments