Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jun 5, 2024
1 parent 8809f62 commit 0209540
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 @@ -238,7 +238,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 0209540

Please sign in to comment.