Changed a filename to avoid having multiple object files of the same name in the library
parent
15ae7b553a
commit
424ef0728f
|
@ -451,7 +451,7 @@ virtual class DiscreteEulerPoincareHelicopter : gtsam::NonlinearFactor {
|
|||
//*************************************************************************
|
||||
// nonlinear
|
||||
//*************************************************************************
|
||||
#include <gtsam_unstable/nonlinear/summarization.h>
|
||||
#include <gtsam_unstable/nonlinear/sequentialSummarization.h>
|
||||
gtsam::GaussianFactorGraph* summarizeGraphSequential(
|
||||
const gtsam::GaussianFactorGraph& full_graph, const gtsam::KeyVector& indices);
|
||||
gtsam::GaussianFactorGraph* summarizeGraphSequential(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <gtsam/linear/GaussianSequentialSolver.h>
|
||||
#include <gtsam_unstable/nonlinear/summarization.h>
|
||||
#include <gtsam_unstable/nonlinear/sequentialSummarization.h>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
Loading…
Reference in New Issue