removed constant logging
This commit is contained in:
		@@ -1568,6 +1568,7 @@ void MsckfVio::featureJacobian(
 | 
				
			|||||||
  H_x = A.transpose() * H_xj;
 | 
					  H_x = A.transpose() * H_xj;
 | 
				
			||||||
  r = A.transpose() * r_j;
 | 
					  r = A.transpose() * r_j;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /*
 | 
				
			||||||
  ofstream myfile;
 | 
					  ofstream myfile;
 | 
				
			||||||
  myfile.open ("/home/raphael/dev/MSCKF_ws/log.txt");
 | 
					  myfile.open ("/home/raphael/dev/MSCKF_ws/log.txt");
 | 
				
			||||||
  myfile << "Hx\n" << H_x << "r\n" << r << "from residual estimated error state: " << H_x.colPivHouseholderQr().solve(r) << endl;
 | 
					  myfile << "Hx\n" << H_x << "r\n" << r << "from residual estimated error state: " << H_x.colPivHouseholderQr().solve(r) << endl;
 | 
				
			||||||
@@ -1575,7 +1576,7 @@ void MsckfVio::featureJacobian(
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  cout << "---------- LOGGED -------- " << endl; 
 | 
					  cout << "---------- LOGGED -------- " << endl; 
 | 
				
			||||||
  nh.setParam("/play_bag", false);
 | 
					  nh.setParam("/play_bag", false);
 | 
				
			||||||
 | 
					  */
 | 
				
			||||||
  return;
 | 
					  return;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user