diff --git a/README.md b/README.md index 93e36ef..4a94efe 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ There are two examples which are implemented by LEGO (one of non-linear data fit ![nonlinear_fitting](./image/nonlinear_fitting.png) -- **Pose Graph Optimization on SE3/se3** +- **Pose Graph Optimization on SE3/se3** (e.g. pose graph optimization on se3/Lie algebra with the default updating strategy) **Run** @@ -145,8 +145,14 @@ There are two examples which are implemented by LEGO (one of non-linear data fit Iteration = 6, Chi = 8.81683e+08, Lambda = 1766.34 ... ``` - -### Uninstall + + **Result** + + ![before_after_optimization](./image/before_after_optimization.png) + + ![optimization_comparison](./image/optimization_comparison.gif) + +### Uninstall We can delete the LEGO header files (\*.h/\*.hpp) and libs (\*.so) from where we installed it. Default: diff --git a/image/before_after_optimization.png b/image/before_after_optimization.png new file mode 100644 index 0000000..1317349 Binary files /dev/null and b/image/before_after_optimization.png differ diff --git a/image/optimization_comparison.gif b/image/optimization_comparison.gif new file mode 100644 index 0000000..741c2e9 Binary files /dev/null and b/image/optimization_comparison.gif differ