From 68cdb417060f2e999bc7db330b94573febd4cb75 Mon Sep 17 00:00:00 2001 From: Asa Hammond Date: Thu, 25 Feb 2021 18:55:19 -0800 Subject: [PATCH] corrected license header --- gtsam/navigation/ConstantVelocityFactor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtsam/navigation/ConstantVelocityFactor.h b/gtsam/navigation/ConstantVelocityFactor.h index 028026f7d..6cb349869 100644 --- a/gtsam/navigation/ConstantVelocityFactor.h +++ b/gtsam/navigation/ConstantVelocityFactor.h @@ -10,8 +10,8 @@ * -------------------------------------------------------------------------- */ /** - * @file NonlinearFactor.h - * @brief Non-linear factor base classes + * @file ConstantVelocityFactor.h + * @brief Maintain a constant velocity motion model between two NavStates * @author Asa Hammond */