Fixed bad doxygen @Author: to correct @author style
parent
8066ba69c4
commit
44b74c3d55
|
@ -15,8 +15,8 @@
|
||||||
* This is a super-simple example of optimizing a single rotation according to a single prior
|
* This is a super-simple example of optimizing a single rotation according to a single prior
|
||||||
*
|
*
|
||||||
* Created on: Jul 1, 2010
|
* Created on: Jul 1, 2010
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* @Author: Alex Cunningham
|
* @author Alex Cunningham
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
* operations as in elaboratePoint2KalmanFilter
|
* operations as in elaboratePoint2KalmanFilter
|
||||||
*
|
*
|
||||||
* Created on: Aug 19, 2011
|
* Created on: Aug 19, 2011
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* @Author: Stephen Williams
|
* @author Stephen Williams
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtsam/nonlinear/ExtendedKalmanFilter-inl.h>
|
#include <gtsam/nonlinear/ExtendedKalmanFilter-inl.h>
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
* This example manually creates all of the needed data structures
|
* This example manually creates all of the needed data structures
|
||||||
*
|
*
|
||||||
* Created on: Aug 19, 2011
|
* Created on: Aug 19, 2011
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* @Author: Stephen Williams
|
* @author Stephen Williams
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtsam/slam/PriorFactor.h>
|
#include <gtsam/slam/PriorFactor.h>
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
/**
|
/**
|
||||||
* Created on: Feb 3, 2010
|
* Created on: Feb 3, 2010
|
||||||
* @brief: purely functional binary tree
|
* @brief: purely functional binary tree
|
||||||
* @Author: Chris Beall
|
* @author Chris Beall
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stack>
|
#include <stack>
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* testBTree.cpp
|
* testBTree.cpp
|
||||||
*
|
*
|
||||||
* Created on: Feb 3, 2010
|
* Created on: Feb 3, 2010
|
||||||
* @Author: Chris Beall
|
* @author Chris Beall
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
/*
|
/*
|
||||||
* JunctionTree-inl.h
|
* JunctionTree-inl.h
|
||||||
* Created on: Feb 4, 2010
|
* Created on: Feb 4, 2010
|
||||||
* @Author: Kai Ni
|
* @author Kai Ni
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* @brief: The junction tree, template bodies
|
* @brief: The junction tree, template bodies
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
/*
|
/*
|
||||||
* JunctionTree.h
|
* JunctionTree.h
|
||||||
* Created on: Feb 4, 2010
|
* Created on: Feb 4, 2010
|
||||||
* @Author: Kai Ni
|
* @author Kai Ni
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* @brief: The junction tree
|
* @brief: The junction tree
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
* Implemented using factor graphs, i.e., does LDL-based SRIF, really.
|
* Implemented using factor graphs, i.e., does LDL-based SRIF, really.
|
||||||
*
|
*
|
||||||
* Created on: Sep 3, 2011
|
* Created on: Sep 3, 2011
|
||||||
* @Author: Stephen Williams
|
* @author Stephen Williams
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtsam/linear/GaussianSequentialSolver.h>
|
#include <gtsam/linear/GaussianSequentialSolver.h>
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
* Implemented using factor graphs, i.e., does LDL-based SRIF, really.
|
* Implemented using factor graphs, i.e., does LDL-based SRIF, really.
|
||||||
*
|
*
|
||||||
* Created on: Sep 3, 2011
|
* Created on: Sep 3, 2011
|
||||||
* @Author: Stephen Williams
|
* @author Stephen Williams
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtsam/linear/GaussianConditional.h>
|
#include <gtsam/linear/GaussianConditional.h>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
/**
|
/**
|
||||||
* SharedDiagonal.h
|
* SharedDiagonal.h
|
||||||
* @brief Class that wraps a shared noise model with diagonal covariance
|
* @brief Class that wraps a shared noise model with diagonal covariance
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* Created on: Jan 22, 2010
|
* Created on: Jan 22, 2010
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
/**
|
/**
|
||||||
* SharedGaussian.h
|
* SharedGaussian.h
|
||||||
* @brief Class that wraps a shared noise model with diagonal covariance
|
* @brief Class that wraps a shared noise model with diagonal covariance
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* Created on: Jan 22, 2010
|
* Created on: Jan 22, 2010
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* testErrors.cpp
|
* testErrors.cpp
|
||||||
*
|
*
|
||||||
* Created on: Feb 20, 2010
|
* Created on: Feb 20, 2010
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <boost/assign/std/list.hpp> // for +=
|
#include <boost/assign/std/list.hpp> // for +=
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
* Test simple linear Kalman filter on a moving 2D point
|
* Test simple linear Kalman filter on a moving 2D point
|
||||||
*
|
*
|
||||||
* Created on: Sep 3, 2011
|
* Created on: Sep 3, 2011
|
||||||
* @Author: Stephen Williams
|
* @author Stephen Williams
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtsam/linear/KalmanFilter.h>
|
#include <gtsam/linear/KalmanFilter.h>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file LieValues.h
|
* @file LieValues.h
|
||||||
* @Author: Richard Roberts
|
* @author Richard Roberts
|
||||||
*
|
*
|
||||||
* @brief A templated config for Lie-group elements
|
* @brief A templated config for Lie-group elements
|
||||||
*
|
*
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
* This is a template definition file, include it where needed (only!)
|
* This is a template definition file, include it where needed (only!)
|
||||||
* so that the appropriate code is generated and link errors avoided.
|
* so that the appropriate code is generated and link errors avoided.
|
||||||
* @brief: Encapsulates nonlinear optimization state
|
* @brief: Encapsulates nonlinear optimization state
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* Created on: Sep 7, 2009
|
* Created on: Sep 7, 2009
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
/**
|
/**
|
||||||
* NonlinearOptimizer.cpp
|
* NonlinearOptimizer.cpp
|
||||||
* @brief: Convergence functions not dependent on graph types
|
* @brief: Convergence functions not dependent on graph types
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* Created on: Jul 17, 2010
|
* Created on: Jul 17, 2010
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
/**
|
/**
|
||||||
* NonlinearOptimizer.h
|
* NonlinearOptimizer.h
|
||||||
* @brief: Encapsulates nonlinear optimization state
|
* @brief: Encapsulates nonlinear optimization state
|
||||||
* @Author: Frank Dellaert
|
* @author Frank Dellaert
|
||||||
* Created on: Sep 7, 2009
|
* Created on: Sep 7, 2009
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue