Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 28, 2024
1 parent 38a3a1d commit 498e09d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion steering_controllers_library/src/steering_odometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ std::tuple<std::vector<double>, std::vector<double>> 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)
{
Expand Down

0 comments on commit 498e09d

Please sign in to comment.