Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Oct 15, 2024
1 parent 52dbbb0 commit d7e577a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/tracker/rbt/src/core/vpRBTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ void vpRBTracker::track(vpRBFeatureTrackerInput &input)
m_odometry->compute(input, m_previousFrame);
vpHomogeneousMatrix cnTc = m_odometry->getCameraMotion();
m_cMo = cnTc * m_cMo;
std::cout << "Odometry camera cnTc = " << vpPoseVector(cnTc).t() << std::endl;
updateRender(input);
m_logger.setOdometryTime(m_logger.endTimer());
}
Expand Down

0 comments on commit d7e577a

Please sign in to comment.