Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Jun 5, 2023
1 parent 8342dad commit f3ab310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planning/obstacle_cruise_planner/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,6 @@ std::optional<SlowDownObstacle> ObstacleCruisePlannerNode::createSlowDownObstacl
}
return false;
}();
std::cerr << "is_slow_down_required " << is_slow_down_required << std::endl;
if (!is_slow_down_required) {
RCLCPP_INFO_EXPRESSION(
get_logger(), enable_debug_info_,
Expand Down

0 comments on commit f3ab310

Please sign in to comment.