removed incorrect prints

This commit is contained in:
2019-06-11 09:53:43 +02:00
parent 5f6bcd1784
commit 9b4bf12846
3 changed files with 146 additions and 29 deletions

View File

@ -329,7 +329,6 @@ void Feature::RhoJacobian(const Eigen::Isometry3d& T_c0_ci,
double& w) const
{
// Compute hi1, hi2, and hi3 as Equation (37).
const double& rho = x;
Eigen::Vector3d h = T_c0_ci.linear()*
@ -1138,10 +1137,6 @@ bool Feature::initializePosition(const CamStateServer& cam_states) {
// Organize camera poses and feature observations properly.
initializeRho(cam_states);
std::cout << "init rho is: " << anchor_rho << std::endl;
std::vector<Eigen::Isometry3d,
Eigen::aligned_allocator<Eigen::Isometry3d> > cam_poses(0);
std::vector<Eigen::Vector2d,