problem with predecessorMap2Graph
parent
63440f937f
commit
7ad114c72f
|
@ -134,7 +134,7 @@ boost::shared_ptr<Config> composePoses(const G& graph, const PredecessorMap<type
|
||||||
PoseVertex root;
|
PoseVertex root;
|
||||||
map<typename Config::Key, PoseVertex> key2vertex;
|
map<typename Config::Key, PoseVertex> key2vertex;
|
||||||
boost::tie(g, root, key2vertex) =
|
boost::tie(g, root, key2vertex) =
|
||||||
predecessorMap2Graph<PoseGraph, PoseVertex, typename Config::Key>(tree);
|
predecessorMap2Graph<typename Config::Key>(tree);
|
||||||
|
|
||||||
// attach the relative poses to the edges
|
// attach the relative poses to the edges
|
||||||
PoseEdge edge1, edge2;
|
PoseEdge edge1, edge2;
|
||||||
|
|
Loading…
Reference in New Issue