Skip to content

Commit

Permalink
delete debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigekazu Fukuta committed May 13, 2024
1 parent 52e02e9 commit 57fe51e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planning/obstacle_avoidance_planner/src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ std::vector<autoware_auto_planning_msgs::msg::TrajectoryPoint> interpolate2DTraj
}

} catch (const std::invalid_argument & e) {
RCLCPP_DEBUG(rclcpp::get_logger("util"), clock, 1000, "%s", e.what());
return std::vector<autoware_auto_planning_msgs::msg::TrajectoryPoint>{};
}
return interpolated_points;
Expand Down

0 comments on commit 57fe51e

Please sign in to comment.