From 541d416c84536c547e0d6fdb23e958f76dca76f2 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Wed, 17 Apr 2013 21:25:15 +0000 Subject: [PATCH] comment for VelocityConstraint3::evaluateError --- gtsam_unstable/dynamics/VelocityConstraint3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam_unstable/dynamics/VelocityConstraint3.h b/gtsam_unstable/dynamics/VelocityConstraint3.h index 24d866829..83506e2d5 100644 --- a/gtsam_unstable/dynamics/VelocityConstraint3.h +++ b/gtsam_unstable/dynamics/VelocityConstraint3.h @@ -36,7 +36,7 @@ public: return boost::static_pointer_cast( gtsam::NonlinearFactor::shared_ptr(new VelocityConstraint3(*this))); } - /** g(x) with optional derivative2 */ + /** x1 + v*dt - x2 = 0, with optional derivatives */ Vector evaluateError(const LieScalar& x1, const LieScalar& x2, const LieScalar& v, boost::optional H1 = boost::none, boost::optional H2 = boost::none,