Updated ExtendedKalmanFilter and relkated example, removing the need for the 'inl' header
parent
ff522a73c0
commit
71c6458e96
|
@ -21,7 +21,7 @@
|
|||
* @author Stephen Williams
|
||||
*/
|
||||
|
||||
#include <gtsam/nonlinear/ExtendedKalmanFilter-inl.h>
|
||||
#include <gtsam/nonlinear/ExtendedKalmanFilter.h>
|
||||
#include <gtsam/nonlinear/Symbol.h>
|
||||
#include <gtsam/slam/PriorFactor.h>
|
||||
#include <gtsam/slam/BetweenFactor.h>
|
||||
|
|
|
@ -90,3 +90,5 @@ namespace gtsam {
|
|||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
#include <gtsam/nonlinear/ExtendedKalmanFilter-inl.h>
|
||||
|
|
Loading…
Reference in New Issue