diff --git a/steering_controllers_library/src/steering_odometry.cpp b/steering_controllers_library/src/steering_odometry.cpp index f006a49bce..9b97f51a74 100644 --- a/steering_controllers_library/src/steering_odometry.cpp +++ b/steering_controllers_library/src/steering_odometry.cpp @@ -238,7 +238,6 @@ std::tuple, std::vector> SteeringOdometry::get_comma } // wheel speed Ws = v_bx / wheel_radius_; - std::cout << "Ws: " << Ws << " phi: " << phi << " phi_IK: " << phi_IK << std::endl; if (config_type_ == BICYCLE_CONFIG) {