Fix gtsam namespace contamination bug
parent
1b49166695
commit
7f042ef7d8
|
|
@ -18,13 +18,12 @@
|
||||||
#include <gtsam/inference/FactorGraph.h>
|
#include <gtsam/inference/FactorGraph.h>
|
||||||
#include <gtsam/linear/JacobianFactor.h>
|
#include <gtsam/linear/JacobianFactor.h>
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
using namespace gtsam;
|
|
||||||
|
|
||||||
#include <boost/bind.hpp>
|
#include <boost/bind.hpp>
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
template<class CLIQUE>
|
template<class CLIQUE>
|
||||||
void optimize2(const boost::shared_ptr<CLIQUE>& clique, double threshold,
|
void optimize2(const boost::shared_ptr<CLIQUE>& clique, double threshold,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue