We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcda5b commit 4e1ce8bCopy full SHA for 4e1ce8b
src/odometry.cpp
@@ -149,7 +149,7 @@ namespace swerve_steering_controller
149
{
150
if((fabs(intersections[i][0]-intersections[i-1][0])>intersection_tol_ || fabs(intersections[i][1]-intersections[i-1][1])>intersection_tol_) && i!=0)
151
152
- ROS_WARN_STREAM("intersections are not close enough to get an average, dropping!");
+ ROS_DEBUG_STREAM("intersections are not close enough to get an average, dropping!");
153
for (size_t i=0; i<wheels_num_; ++i)
154
155
ROS_DEBUG_STREAM("theta, omega: "<<holders_theta[i]<<" "<<wheels_omega[i]);
0 commit comments