gtsam/gtsam/slam/RangeFactor.h

23 lines
618 B
C

/* ----------------------------------------------------------------------------
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
* Atlanta, Georgia 30332-0415
* All Rights Reserved
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
* See LICENSE for the license information
* -------------------------------------------------------------------------- */
#pragma once
#ifdef _MSC_VER
#pragma message("RangeFactor is now an ExpressionFactor in SAM directory")
#else
#warning "RangeFactor is now an ExpressionFactor in SAM directory"
#endif
#include <gtsam/sam/RangeFactor.h>