Tested python wrapper without Lie*
parent
9518346161
commit
a38de28535
|
@ -153,7 +153,7 @@ class ParameterMatrix {
|
||||||
return matrix_ * other;
|
return matrix_ * other;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @name Vector Space requirements, following LieMatrix
|
/// @name Vector Space requirements
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -33,8 +33,6 @@ add_custom_target(gtsam_unstable_header DEPENDS "${PROJECT_SOURCE_DIR}/gtsam_uns
|
||||||
set(ignore
|
set(ignore
|
||||||
gtsam::Point2
|
gtsam::Point2
|
||||||
gtsam::Point3
|
gtsam::Point3
|
||||||
gtsam::LieVector
|
|
||||||
gtsam::LieMatrix
|
|
||||||
gtsam::ISAM2ThresholdMapValue
|
gtsam::ISAM2ThresholdMapValue
|
||||||
gtsam::FactorIndices
|
gtsam::FactorIndices
|
||||||
gtsam::FactorIndexSet
|
gtsam::FactorIndexSet
|
||||||
|
@ -116,8 +114,6 @@ if(GTSAM_UNSTABLE_BUILD_PYTHON)
|
||||||
set(ignore
|
set(ignore
|
||||||
gtsam::Point2
|
gtsam::Point2
|
||||||
gtsam::Point3
|
gtsam::Point3
|
||||||
gtsam::LieVector
|
|
||||||
gtsam::LieMatrix
|
|
||||||
gtsam::ISAM2ThresholdMapValue
|
gtsam::ISAM2ThresholdMapValue
|
||||||
gtsam::FactorIndices
|
gtsam::FactorIndices
|
||||||
gtsam::FactorIndexSet
|
gtsam::FactorIndexSet
|
||||||
|
|
Loading…
Reference in New Issue