From 4f888291bfa1dfba6d1b0c2a92ed90d459b620fe Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 19 Sep 2024 16:11:28 -0400 Subject: [PATCH] fix docstring for HybridGaussianFactor --- gtsam/hybrid/HybridGaussianFactor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.