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