diff --git a/gtsam/hybrid/HybridGaussianFactor.h b/gtsam/hybrid/HybridGaussianFactor.h index d724bdff3..a86714863 100644 --- a/gtsam/hybrid/HybridGaussianFactor.h +++ b/gtsam/hybrid/HybridGaussianFactor.h @@ -45,7 +45,7 @@ using GaussianFactorValuePair = std::pair; * 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.