From 9ac16225148636cbd4b6e3fe0ee2ca8f8dfb2ff8 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Mon, 18 Jan 2010 03:00:00 +0000 Subject: [PATCH] Removed obsolete files that reappeared after svn crash --- cpp/VSLAMConfig.cpp | 20 -------------------- cpp/VSLAMConfig.h | 20 -------------------- 2 files changed, 40 deletions(-) delete mode 100644 cpp/VSLAMConfig.cpp delete mode 100644 cpp/VSLAMConfig.h diff --git a/cpp/VSLAMConfig.cpp b/cpp/VSLAMConfig.cpp deleted file mode 100644 index 54bb3c810..000000000 --- a/cpp/VSLAMConfig.cpp +++ /dev/null @@ -1,20 +0,0 @@ -/** - * @file VSLAMConfig.cpp - * @brief LieConfig instantiations - * @author Frank Dellaert - */ - -#include "VSLAMConfig.h" -#include "LieConfig-inl.h" -#include "TupleConfig.h" - -namespace gtsam { - - // template class LieConfig ; // not this one as duplicate - template class LieConfig ; - template class PairConfig ; - -/* ************************************************************************* */ - -} // namespace gtsam - diff --git a/cpp/VSLAMConfig.h b/cpp/VSLAMConfig.h deleted file mode 100644 index 8d66e718b..000000000 --- a/cpp/VSLAMConfig.h +++ /dev/null @@ -1,20 +0,0 @@ -/** - * @file VSLAMConfig.h - * @brief Config for VSLAM - * @author Alireza Fathi - * @author Carlos Nieto - */ - -#include "Pose3.h" -#include "Point3.h" -#include "TupleConfig.h" - -#pragma once - -namespace gtsam{ - - typedef Symbol VSLAMPoseKey; - typedef Symbol VSLAMPointKey; - typedef PairConfig VSLAMConfig; - -}