Added omitted headers
parent
88ae5380a8
commit
d11b2e6bd5
|
@ -194,8 +194,11 @@ testSimulated3D_SOURCES = testSimulated3D.cpp
|
||||||
testSimulated3D_LDADD = libgtsam.la
|
testSimulated3D_LDADD = libgtsam.la
|
||||||
check_PROGRAMS += testSimulated3D
|
check_PROGRAMS += testSimulated3D
|
||||||
|
|
||||||
|
# Pose SLAM headers
|
||||||
|
headers += BetweenFactor.h LieConfig.h LieConfig-inl.h
|
||||||
|
|
||||||
# 2D Pose constraints
|
# 2D Pose constraints
|
||||||
headers += BetweenFactor.h Pose2Factor.h Pose2Prior.h
|
headers += Pose2Factor.h Pose2Prior.h
|
||||||
sources += Pose2Config.cpp Pose2Graph.cpp
|
sources += Pose2Config.cpp Pose2Graph.cpp
|
||||||
check_PROGRAMS += testPose2Factor testPose2Config testPose2Graph
|
check_PROGRAMS += testPose2Factor testPose2Config testPose2Graph
|
||||||
testPose2Factor_SOURCES = $(example) testPose2Factor.cpp
|
testPose2Factor_SOURCES = $(example) testPose2Factor.cpp
|
||||||
|
|
Loading…
Reference in New Issue