gtsam/python/gtsam/examples
John Lambert 5be4571d5d
update list of C++ examples that have been ported to Python
2020-10-19 14:32:36 -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 small fixes to ensure marginals are computed correctly 2020-09-24 17:34:30 -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 update list of C++ examples that have been ported to Python 2020-10-19 14:32:36 -04:00
SFMExample.py Migrated all examples and tests 2020-08-18 11:02:35 -04:00
SFMExample_bal.py merge with cleaned up comments 2020-10-19 09:12:59 -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
TranslationAveragingExample.py removing shared ptr, iostream, renaming 2020-10-02 23:44:55 -07: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
CombinedImuFactorsExample
CreateSFMExampleData
DiscreteBayesNetExample
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
FisheyeExample
HMMExample
ImuFactorsExample2 ✔️
ImuFactorsExample
IMUKittiExampleGPS
InverseKinematicsExampleExpressions.cpp
ISAM2Example_SmartFactor
ISAM2_SmartFactorStereo_IMU
LocalizationExample impossible?
METISOrderingExample
OdometryExample ✔️
PlanarSLAMExample ✔️
Pose2SLAMExample ✔️
Pose2SLAMExampleExpressions
Pose2SLAMExample_g2o ✔️
Pose2SLAMExample_graph
Pose2SLAMExample_graphviz
Pose2SLAMExample_lago lago not yet exposed through Python
Pose2SLAMStressTest
Pose2SLAMwSPCG
Pose3Localization
Pose3SLAMExample_changeKeys
Pose3SLAMExampleExpressions_BearingRangeWithTransform
Pose3SLAMExample_g2o ✔️
Pose3SLAMExample_initializePose3Chordal ✔️
Pose3SLAMExample_initializePose3Gradient
RangeISAMExample_plaza2
SelfCalibrationExample
SFMdata
SFMExample_bal_COLAMD_METIS
SFMExample_bal ✔️
SFMExample ✔️
SFMExampleExpressions_bal
SFMExampleExpressions
SFMExample_SmartFactor
SFMExample_SmartFactorPCG
ShonanAveragingCLI ✔️
SimpleRotation ✔️
SolverComparer
StereoVOExample
StereoVOExample_large
TimeTBB
UGM_chain discrete functionality not yet exposed
UGM_small discrete functionality not yet exposed
VisualISAM2Example ✔️
VisualISAMExample ✔️

Extra Examples (with no C++ equivalent)

  • DogLegOptimizerExample
  • GPSFactorExample
  • PlanarManipulatorExample
  • PreintegrationExample
  • SFMData