added testVSLAMGraph unit test. will fail until we can add a constraint to either one of the two cameras.
parent
ef0fc9fbac
commit
6252ff2497
|
@ -162,9 +162,11 @@ testSimpleCamera_LDADD = libgtsam.la
|
||||||
|
|
||||||
# Visual SLAM
|
# Visual SLAM
|
||||||
sources += VSLAMConfig.cpp VSLAMGraph.cpp VSLAMFactor.cpp
|
sources += VSLAMConfig.cpp VSLAMGraph.cpp VSLAMFactor.cpp
|
||||||
check_PROGRAMS += testVSLAMFactor
|
check_PROGRAMS += testVSLAMFactor testVSLAMGraph
|
||||||
testVSLAMFactor_SOURCES = testVSLAMFactor.cpp
|
testVSLAMFactor_SOURCES = testVSLAMFactor.cpp
|
||||||
testVSLAMFactor_LDADD = libgtsam.la
|
testVSLAMFactor_LDADD = libgtsam.la
|
||||||
|
testVSLAMGraph_SOURCES = testVSLAMGraph.cpp
|
||||||
|
testVSLAMGraph_LDADD = libgtsam.la
|
||||||
|
|
||||||
headers += Point2Prior.h Simulated2DOdometry.h Simulated2DMeasurement.h smallExample.h
|
headers += Point2Prior.h Simulated2DOdometry.h Simulated2DMeasurement.h smallExample.h
|
||||||
headers += $(sources:.cpp=.h)
|
headers += $(sources:.cpp=.h)
|
||||||
|
|
Loading…
Reference in New Issue