undo ignore updates, all tests now pass
parent
7e5a8b2496
commit
1f60a7ea84
|
@ -61,21 +61,7 @@ endif()
|
||||||
# ignoring the non-concrete types (type aliases)
|
# ignoring the non-concrete types (type aliases)
|
||||||
set(ignore
|
set(ignore
|
||||||
gtsam::Point2
|
gtsam::Point2
|
||||||
gtsam::Point3
|
gtsam::Point3)
|
||||||
gtsam::LieVector
|
|
||||||
gtsam::LieMatrix
|
|
||||||
gtsam::ISAM2ThresholdMapValue
|
|
||||||
gtsam::FactorIndices
|
|
||||||
gtsam::FactorIndexSet
|
|
||||||
gtsam::IndexPairSetMap
|
|
||||||
gtsam::IndexPairVector
|
|
||||||
gtsam::BetweenFactorPose2s
|
|
||||||
gtsam::BetweenFactorPose3s
|
|
||||||
gtsam::Point2Vector
|
|
||||||
gtsam::Pose3Vector
|
|
||||||
gtsam::KeyVector
|
|
||||||
gtsam::BinaryMeasurementsUnit3
|
|
||||||
gtsam::KeyPairDoubleMap)
|
|
||||||
|
|
||||||
# Wrap
|
# Wrap
|
||||||
matlab_wrap(${GTSAM_SOURCE_DIR}/gtsam/gtsam.i "${GTSAM_ADDITIONAL_LIBRARIES}"
|
matlab_wrap(${GTSAM_SOURCE_DIR}/gtsam/gtsam.i "${GTSAM_ADDITIONAL_LIBRARIES}"
|
||||||
|
|
Loading…
Reference in New Issue