Comment fix
parent
aeeb35f7db
commit
f3a3f8ebf6
|
@ -28,8 +28,8 @@
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A non-linear factor graph is templated on a values structure, but the factor type
|
* A non-linear factor graph is a graph of non-Gaussian, i.e. non-linear factors,
|
||||||
* is fixed as a NonlinearFactor. The values structures are typically (in SAM) more general
|
* which derive from NonlinearFactor. The values structures are typically (in SAM) more general
|
||||||
* than just vectors, e.g., Rot3 or Pose3, which are objects in non-linear manifolds.
|
* than just vectors, e.g., Rot3 or Pose3, which are objects in non-linear manifolds.
|
||||||
* Linearizing the non-linear factor graph creates a linear factor graph on the
|
* Linearizing the non-linear factor graph creates a linear factor graph on the
|
||||||
* tangent vector space at the linearization point. Because the tangent space is a true
|
* tangent vector space at the linearization point. Because the tangent space is a true
|
||||||
|
|
Loading…
Reference in New Issue