gtsam/python/gtsam/examples
Varun Agrawal 67a26c1f93 refactor to remove all pylint errors 2021-09-03 08:04:59 -04:00
..
CustomFactorExample.py Address Frank's comments 2021-06-05 19:32:00 -04:00
DogLegOptimizerExample.py
GPSFactorExample.py
ImuFactorExample.py refactor to remove all pylint errors 2021-09-03 08:04:59 -04:00
ImuFactorISAM2Example.py fix numpy deprecation warnings 2021-03-24 00:33:25 -04:00
OdometryExample.py
PlanarManipulatorExample.py fix numpy deprecation warnings 2021-03-24 00:33:25 -04:00
PlanarSLAMExample.py
Pose2SLAMExample.py fix numpy deprecation warnings 2021-03-24 00:33:25 -04:00
Pose2SLAMExample_g2o.py fix numpy deprecation warnings 2021-03-24 00:33:25 -04:00
Pose3SLAMExample_g2o.py fix numpy deprecation warnings 2021-03-24 00:33:25 -04:00
Pose3SLAMExample_initializePose3Chordal.py
PreintegrationExample.py fix numpy deprecation warnings 2021-03-24 00:33:25 -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
SFMExample_bal.py merge with cleaned up comments 2020-10-19 09:12:59 -04:00
SFMdata.py clean up SFMdata 2021-08-21 21:08:37 -06:00
ShonanAveragingCLI.py Made 2D and 3D translation recovery work, and added plot 2020-08-20 23:26:29 -04:00
SimpleRotation.py
TranslationAveragingExample.py removing shared ptr, iostream, renaming 2020-10-02 23:44:55 -07:00
VisualISAM2Example.py
VisualISAMExample.py
__init__.py

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