Merge pull request #1111 from andre-nguyen/fix/typo
commit
6275f6c121
|
@ -231,7 +231,7 @@ TEST(ExpressionFactor, Shallow) {
|
|||
Pose3_ x_(1);
|
||||
Point3_ p_(2);
|
||||
|
||||
// Construct expression, concise evrsion
|
||||
// Construct expression, concise version
|
||||
Point2_ expression = project(transformTo(x_, p_));
|
||||
|
||||
// Get and check keys and dims
|
||||
|
|
Loading…
Reference in New Issue