We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09be45 commit ec3eb6aCopy full SHA for ec3eb6a
include/FactorGraphConfig.h
@@ -33,8 +33,6 @@
33
#define FACTORGRAPHCONFIG_H
34
35
#include <ceres/ceres.h>
36
-#include <fstream>
37
-#include <jsoncpp/json/json.h>
38
#include "FactorGraph.h"
39
40
/** Range Error Model */
src/CMakeLists.txt
@@ -66,5 +66,5 @@ include_directories(${INCLUDEDIR})
66
67
add_library(libRSF SHARED ${SOURCEFILES} ${HEADERFILES})
68
69
-target_link_libraries(libRSF ${CERES_LIBRARIES} ${OpenCV_LIBS} ${JSONCPP_LIBRARIES}) #Threads::Threads
+target_link_libraries(libRSF ${CERES_LIBRARIES})
70
0 commit comments