[BUGFIX] Point3 called with default constructor.
parent
6cc4ab8bdf
commit
f5e6b21547
|
@ -139,7 +139,7 @@ TEST(testlcnlpSolver, poseOnALine) {
|
||||||
initialValues.insert(X(1), Pose3(Rot3::Ypr(0.3, 0.2, 0.3), Point3(1,0,0)));
|
initialValues.insert(X(1), Pose3(Rot3::Ypr(0.3, 0.2, 0.3), Point3(1,0,0)));
|
||||||
|
|
||||||
Values expectedSolution;
|
Values expectedSolution;
|
||||||
expectedSolution.insert(X(1), Pose3(Rot3::Ypr(0.1, 0.2, 0.3), Point3()));
|
expectedSolution.insert(X(1), Pose3(Rot3::Ypr(0.1, 0.2, 0.3), Point3(0,0,0)));
|
||||||
|
|
||||||
// Instantiate LinearConstraintSQP
|
// Instantiate LinearConstraintSQP
|
||||||
LinearConstraintSQP lcnlpSolver(lcnlp);
|
LinearConstraintSQP lcnlpSolver(lcnlp);
|
||||||
|
|
Loading…
Reference in New Issue