Replace Hertzberg mentions with citations

Change-Id: Ife1b9c2b321593912bc18a5c57c39fbda27da51f
This commit is contained in:
MaximSmolskiy
2023-03-04 04:10:45 +03:00
parent 0af38a9fc2
commit 3cdfae110f
+2 -9
View File
@@ -1339,10 +1339,7 @@ Additionally we require that :math:`\boxplus` and :math:`\boxminus` be
sufficiently smooth. In particular they need to be differentiable
everywhere on the manifold.
For more details, please see `Integrating Generic Sensor Fusion
Algorithms with Sound State Representations through Encapsulation of
Manifolds <https://arxiv.org/pdf/1107.1119.pdf>`_
By C. Hertzberg, R. Wagner, U. Frese and L. Schroder
For more details, please see [Hertzberg]_
The :class:`Manifold` interface allows the user to define a manifold
for the purposes optimization by implementing ``Plus`` and ``Minus``
@@ -1675,11 +1672,7 @@ dimension needs to be provided as a constructor argument:
SphereManifold<ceres::DYNAMIC> manifold(ambient_dim);
For more details, please see Section B.2 (p.25) in `Integrating
Generic Sensor Fusion Algorithms with Sound State Representations
through Encapsulation of Manifolds
<https://arxiv.org/pdf/1107.1119.pdf>`_
By C. Hertzberg, R. Wagner, U. Frese and L. Schroder
For more details, please see Section B.2 (p.25) in [Hertzberg]_
:class:`LineManifold`