Skip to content

Commit fc58ef0

Browse files
committed
feat: Took out debug
1 parent 64159d8 commit fc58ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vb_util_lib/kinematics.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ void Kinematics::setPosition(const ros::Time& update_time, double x, double y, d
218218
{
219219
Eigen::Vector3d vel_debug;
220220
getLinearVelocity(drone_ENU, vel_debug);
221-
ROS_INFO("Kinematics Velocity standard[%s : %0.3f %0.3f, %0.3f] body[%s : %0.3f %0.3f, %0.3f]",
222-
frame_id_.c_str(), velLinear_[0], velLinear_[1], velLinear_[2],
223-
drone_ENU, vel_debug[0], vel_debug[1], vel_debug[2]);
221+
// ROS_INFO("Kinematics Velocity standard[%s : %0.3f %0.3f, %0.3f] body[%s : %0.3f %0.3f, %0.3f]",
222+
// frame_id_.c_str(), velLinear_[0], velLinear_[1], velLinear_[2],
223+
// drone_ENU, vel_debug[0], vel_debug[1], vel_debug[2]);
224224
}
225225
}
226226

0 commit comments

Comments
 (0)