gtsam/python/gtsam/examples
Varun Agrawal 32943df612
Merge pull request #365 from borglab/imu-examples
Reworked IMU examples
2020-08-24 13:54:39 -04:00
..
DogLegOptimizerExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
GPSFactorExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
ImuFactorExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
ImuFactorISAM2Example.py Merge branch 'develop' into imu-examples 2020-08-21 11:25:39 -04:00
OdometryExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
PlanarManipulatorExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
PlanarSLAMExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
Pose2SLAMExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
Pose2SLAMExample_g2o.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
Pose3SLAMExample_g2o.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
Pose3SLAMExample_initializePose3Chordal.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
PreintegrationExample.py Merge branch 'develop' into imu-examples 2020-08-21 11:25:39 -04:00
README.md Migrated all examples and tests 2020-08-18 11:02:35 -04:00
SFMExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
SFMdata.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
ShonanAveragingCLI.py Made 2D and 3D translation recovery work, and added plot 2020-08-20 23:26:29 -04:00
SimpleRotation.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
VisualISAM2Example.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
VisualISAMExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
__init__.py Renamed cython to python 2020-08-18 10:56:08 -04:00

README.md

Porting Progress

C++ Example Name Ported
CameraResectioning
CreateSFMExampleData
DiscreteBayesNet_FG none of the required discrete functionality is exposed through Python
easyPoint2KalmanFilter ExtendedKalmanFilter not yet exposed through Python
elaboratePoint2KalmanFilter GaussianSequentialSolver not yet exposed through Python
ImuFactorExample2 X
ImuFactorsExample
ISAM2Example_SmartFactor
ISAM2_SmartFactorStereo_IMU
LocalizationExample impossible?
METISOrderingExample
OdometryExample X
PlanarSLAMExample X
Pose2SLAMExample X
Pose2SLAMExampleExpressions
Pose2SLAMExample_g2o X
Pose2SLAMExample_graph
Pose2SLAMExample_graphviz
Pose2SLAMExample_lago lago not yet exposed through Python
Pose2SLAMStressTest
Pose2SLAMwSPCG
Pose3SLAMExample_changeKeys
Pose3SLAMExampleExpressions_BearingRangeWithTransform
Pose3SLAMExample_g2o X
Pose3SLAMExample_initializePose3Chordal
Pose3SLAMExample_initializePose3Gradient
RangeISAMExample_plaza2
SelfCalibrationExample
SFMExample_bal_COLAMD_METIS
SFMExample_bal
SFMExample X
SFMExampleExpressions_bal
SFMExampleExpressions
SFMExample_SmartFactor
SFMExample_SmartFactorPCG
SimpleRotation X
SolverComparer
StereoVOExample
StereoVOExample_large
TimeTBB
UGM_chain discrete functionality not yet exposed
UGM_small discrete functionality not yet exposed
VisualISAM2Example X
VisualISAMExample X

Extra Examples (with no C++ equivalent)

  • PlanarManipulatorExample
  • SFMData