| 
									
										
										
										
											2009-12-18 10:27:50 +08:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * UrbanFactor.h | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *  Created on: Dec 17, 2009 | 
					
						
							|  |  |  |  *      Author: Frank Dellaert | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef URBANFACTOR_H_
 | 
					
						
							|  |  |  | #define URBANFACTOR_H_
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "NonlinearFactor.h"
 | 
					
						
							|  |  |  | #include "UrbanConfig.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | namespace gtsam { | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-18 13:18:31 +08:00
										 |  |  | 	/**
 | 
					
						
							|  |  |  | 	 * Base class for UrbanMeasurement and UrbanOdometry | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	class UrbanFactor: public NonlinearFactor<UrbanConfig> { | 
					
						
							| 
									
										
										
										
											2009-12-18 10:27:50 +08:00
										 |  |  | 	public: | 
					
						
							| 
									
										
										
										
											2009-12-18 13:18:31 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-12-18 10:27:50 +08:00
										 |  |  | 		UrbanFactor(); | 
					
						
							| 
									
										
										
										
											2009-12-18 13:18:31 +08:00
										 |  |  | 		UrbanFactor(const Vector& z, const double sigma); | 
					
						
							| 
									
										
										
										
											2009-12-18 10:27:50 +08:00
										 |  |  | 		virtual ~UrbanFactor(); | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* URBANFACTOR_H_ */
 |