Tested python wrapper without Lie*

release/4.3a0
Frank Dellaert 2022-01-02 15:00:49 -05:00
parent 9518346161
commit a38de28535
2 changed files with 1 additions and 5 deletions

View File

@ -153,7 +153,7 @@ class ParameterMatrix {
return matrix_ * other; return matrix_ * other;
} }
/// @name Vector Space requirements, following LieMatrix /// @name Vector Space requirements
/// @{ /// @{
/** /**

View File

@ -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