add discrete factors to HybridBayesTree test
parent
8645ec0f25
commit
31bbf513f4
|
@ -51,6 +51,11 @@ TEST(HybridBayesTree, OptimizeAssignment) {
|
||||||
graph1.push_back(s.linearizedFactorGraph.at(i));
|
graph1.push_back(s.linearizedFactorGraph.at(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Add the discrete factors
|
||||||
|
for (size_t i = 7; i <= 9; i++) {
|
||||||
|
graph1.push_back(s.linearizedFactorGraph.at(i));
|
||||||
|
}
|
||||||
|
|
||||||
isam.update(graph1);
|
isam.update(graph1);
|
||||||
|
|
||||||
DiscreteValues assignment;
|
DiscreteValues assignment;
|
||||||
|
|
Loading…
Reference in New Issue