Added an explicit instantiation to fix a link error that was only detected on Linux
parent
aef0b42562
commit
149e6cef36
|
|
@ -13,6 +13,7 @@
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
using namespace planarSLAM;
|
using namespace planarSLAM;
|
||||||
|
INSTANTIATE_LIE_CONFIG(PointKey, Point2)
|
||||||
INSTANTIATE_PAIR_CONFIG(PoseKey, Pose2, PointKey, Point2)
|
INSTANTIATE_PAIR_CONFIG(PoseKey, Pose2, PointKey, Point2)
|
||||||
INSTANTIATE_NONLINEAR_FACTOR_GRAPH(Config)
|
INSTANTIATE_NONLINEAR_FACTOR_GRAPH(Config)
|
||||||
INSTANTIATE_NONLINEAR_OPTIMIZER(Graph, Config)
|
INSTANTIATE_NONLINEAR_OPTIMIZER(Graph, Config)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue