Removed extra typedefs
parent
c95cd18ec4
commit
5e2980fc4d
|
@ -33,8 +33,6 @@ using namespace boost::assign;
|
|||
using namespace std;
|
||||
using namespace gtsam;
|
||||
|
||||
typedef BayesTree<IndexConditional> SymbolicBayesTree;
|
||||
|
||||
///* ************************************************************************* */
|
||||
//// SLAM example from RSS sqrtSAM paper
|
||||
static const Index _x3_=0, _x2_=1;
|
||||
|
|
|
@ -35,7 +35,6 @@ using namespace gtsam;
|
|||
using namespace std;
|
||||
|
||||
typedef JunctionTree<SymbolicFactorGraph> SymbolicJunctionTree;
|
||||
typedef BayesTree<IndexConditional> SymbolicBayesTree;
|
||||
|
||||
/* ************************************************************************* *
|
||||
* x1 - x2 - x3 - x4
|
||||
|
|
Loading…
Reference in New Issue