Skip to content

Commit

Permalink
commented out print
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhouURI committed May 16, 2024
1 parent fa1e8f1 commit 89cb91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvp_control/mvp_control_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ bool MvpControlROS::f_compute_process_values() {
}
else
{
printf("time %lf, dt=%lf \r\n", cg_odom.header.stamp.toSec(), ros::Time::now().toSec());
// printf("time %lf, dt=%lf \r\n", cg_odom.header.stamp.toSec(), ros::Time::now().toSec());
ROS_WARN( "%s to %s TF too old!", m_cg_link_id.c_str(), m_odometry_msg.child_frame_id.c_str() );
return false;
}
Expand Down

0 comments on commit 89cb91e

Please sign in to comment.