Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zha0ming1e committed Mar 16, 2021
1 parent 1e76901 commit 4b4be1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lego/examples/pose_graph/example_pose_graph_SE3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ int main(int argc, char **argv) {

cout << "Optimizing..." << endl;
//problem.setInitialLambda(1000);
problem.solve(100);
problem.solve(50);

cout << "\nSaving optimization results..." << endl;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ int main(int argc, char **argv) {

cout << "Optimizing..." << endl;
//problem.setInitialLambda(1000);
problem.solve(100);
problem.solve(50);

cout << "\nSaving optimization results..." << endl;

Expand Down

0 comments on commit 4b4be1a

Please sign in to comment.