File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,20 @@ ${ORB_INCLUDE_DIRS}
255255${CERES_INCLUDE_DIRS} 
256256)
257257
258+ add_executable (iba_calib3d_gpr src/examples/iba_calib3d_gpr.cpp)
259+ add_dependencies (iba_calib3d_gpr ORB_SLAM2)
260+ target_link_libraries (iba_calib3d_gpr
261+ ${ORB_LIBARIES} 
262+ ${PCL_LIBRARIES} 
263+ ${G2O_LIBS} 
264+ ${GLOG_LIB}  
265+ ${CERES_LIBRARIES} 
266+ )
267+ target_include_directories (iba_calib3d_gpr PRIVATE  
268+ ${ORB_INCLUDE_DIRS} 
269+ ${CERES_INCLUDE_DIRS} 
270+ )
271+ 
258272
259273add_executable (iba_global src/examples/iba_global.cpp)
260274add_dependencies (iba_global ORB_SLAM2)
@@ -270,6 +284,35 @@ ${ORB_INCLUDE_DIRS}
270284${NOMAD_INCLUDE_DIR} 
271285)
272286
287+ add_executable (uiba_calib_gpr src/examples/uiba_calib_gpr.cpp)
288+ add_dependencies (uiba_calib_gpr ORB_SLAM2)
289+ target_link_libraries (uiba_calib_gpr
290+ ${ORB_LIBARIES} 
291+ ${PCL_LIBRARIES} 
292+ ${G2O_LIBS} 
293+ ${GLOG_LIB}  
294+ ${CERES_LIBRARIES} 
295+ )
296+ target_include_directories (uiba_calib_gpr PRIVATE  
297+ ${ORB_INCLUDE_DIRS} 
298+ ${CERES_INCLUDE_DIRS} 
299+ )
300+ 
301+ # add_executable(uiba_calib_plane src/examples/uiba_calib_plane.cpp) 
302+ # add_dependencies(uiba_calib_plane ORB_SLAM2) 
303+ # target_link_libraries(uiba_calib_plane 
304+ # ${ORB_LIBARIES} 
305+ # ${PCL_LIBRARIES} 
306+ # ${G2O_LIBS} 
307+ # ${GLOG_LIB}  
308+ # ${CERES_LIBRARIES} 
309+ # ) 
310+ # target_include_directories(uiba_calib_plane PRIVATE  
311+ # ${ORB_INCLUDE_DIRS} 
312+ # ${CERES_INCLUDE_DIRS} 
313+ # ) 
314+ 
315+ 
273316add_executable (test_gpr src/test_gpr.cpp)
274317target_link_libraries (test_gpr
275318${GLOG_LIB} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments