|
gtsam
|
Struct containing information about the riSAM update.
See below for details about the information included.
Public Attributes | |
| ISAM2Result | isam2Result |
| The iSAM2 result from the first internal update. | |
| std::set< Key > | involvedVariables |
| The set variables directly involved in the update. | |
| std::set< Key > | affectedVariables |
| The set of variables affected by the update. | |
| std::set< FactorIndex > | convexifiedFactors |
| The set of factors convexified in this update. | |
| ISAM2Result gtsam::RISAMUpdateResult::isam2Result |
The iSAM2 result from the first internal update.
NOTE: riSAM may run multiple internal ISAM2 updates.