Merged develop into fix/matlab-serialization-test
						commit
						899b8df6a8
					
				| 
						 | 
				
			
			@ -21,6 +21,7 @@
 | 
			
		|||
#include <gtsam/base/FastDefaultAllocator.h>
 | 
			
		||||
#include <boost/mpl/has_xxx.hpp>
 | 
			
		||||
#include <boost/utility/enable_if.hpp>
 | 
			
		||||
#include <boost/serialization/serialization.hpp>
 | 
			
		||||
#include <boost/serialization/nvp.hpp>
 | 
			
		||||
#include <boost/serialization/set.hpp>
 | 
			
		||||
#include <set>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -132,7 +132,7 @@ TEST(AHRSFactor, Error) {
 | 
			
		|||
  pre_int_data.integrateMeasurement(measuredOmega, deltaT);
 | 
			
		||||
 | 
			
		||||
  // Create factor
 | 
			
		||||
  AHRSFactor factor(X(1), X(2), B(1), pre_int_data, omegaCoriolis, false);
 | 
			
		||||
  AHRSFactor factor(X(1), X(2), B(1), pre_int_data, omegaCoriolis, boost::none);
 | 
			
		||||
 | 
			
		||||
  Vector3 errorActual = factor.evaluateError(x1, x2, bias);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue