Skip to content

Commit

Permalink
fix docstring for HybridGaussianFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Sep 19, 2024
1 parent 244661a commit 4f88829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/hybrid/HybridGaussianFactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ using GaussianFactorValuePair = std::pair<GaussianFactor::shared_ptr, double>;
* where the set of discrete variables indexes to
* the continuous gaussian distribution.
*
* In factor graphs the error function typically returns 0.5*|h(x)-z|^2, i.e.,
* In factor graphs the error function typically returns 0.5*|A*x - b|^2, i.e.,
* the negative log-likelihood for a Gaussian noise model.
* In hybrid factor graphs we allow *adding* an arbitrary scalar dependent on
* the discrete assignment.
Expand Down

0 comments on commit 4f88829

Please sign in to comment.