21 lines
642 B
C
21 lines
642 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
|
|
|
|
* -------------------------------------------------------------------------- */
|
|
|
|
/**
|
|
* @file PriorFactor.h
|
|
* @author Frank Dellaert
|
|
**/
|
|
#pragma once
|
|
|
|
// Note: PriorFactor has been moved to gtsam/nonlinear/PriorFactor.h. This file
|
|
// has been left here for backwards compatibility.
|
|
#include <gtsam/nonlinear/PriorFactor.h>
|