Skip to content

Commit 498e09d

Browse files
Remove debug output
1 parent 38a3a1d commit 498e09d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

steering_controllers_library/src/steering_odometry.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ std::tuple<std::vector<double>, std::vector<double>> SteeringOdometry::get_comma
236236
}
237237
// wheel speed
238238
Ws = v_bx / wheel_radius_;
239-
std::cout << "Ws: " << Ws << " phi: " << phi << " phi_IK: " << phi_IK << std::endl;
240239

241240
if (config_type_ == BICYCLE_CONFIG)
242241
{

0 commit comments

Comments
 (0)