Skip to content

Commit

Permalink
chore(control_validator): remove debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Makoto Kurihara <[email protected]>
  • Loading branch information
mkuri committed Jun 17, 2024
1 parent 38d0ca1 commit 8436fcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/control_validator/src/control_validator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ void ControlValidator::validate(const Trajectory & predicted_trajectory)
bool ControlValidator::checkValidMaxDistanceDeviation(const Trajectory & predicted_trajectory)
{
if (current_kinematics_->twist.twist.linear.x < validation_params_.min_velocity_for_checking) {
RCLCPP_INFO(get_logger(), "Current velocity is too low. Skip.");
return true;
}

Expand Down

0 comments on commit 8436fcc

Please sign in to comment.