fix test name for HybridNonlinearISAM
parent
4f22a06519
commit
8c0648582e
|
|
@ -396,7 +396,7 @@ TEST(HybridNonlinearISAM, Incremental_approximate) {
|
||||||
// The leg links are represented by the chain X-Y-Z-W, where X is the base and
|
// The leg links are represented by the chain X-Y-Z-W, where X is the base and
|
||||||
// W is the foot.
|
// W is the foot.
|
||||||
// We use BetweenFactor<Pose2> as constraints between each of the poses.
|
// We use BetweenFactor<Pose2> as constraints between each of the poses.
|
||||||
TEST(HybridGaussianISAM, NonTrivial) {
|
TEST(HybridNonlinearISAM, NonTrivial) {
|
||||||
/*************** Run Round 1 ***************/
|
/*************** Run Round 1 ***************/
|
||||||
HybridNonlinearFactorGraph fg;
|
HybridNonlinearFactorGraph fg;
|
||||||
HybridNonlinearISAM inc;
|
HybridNonlinearISAM inc;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue