Skip to content

Commit 3b2957f

Browse files
author
M. Fatih Cırıt
committed
rm comment
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 7b1901e commit 3b2957f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

planning/autoware_remaining_distance_time_calculator/src/remaining_distance_time_calculator_node.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ void RemainingDistanceTimeCalculatorNode::on_route(const LaneletRoute::ConstShar
9393
void RemainingDistanceTimeCalculatorNode::on_velocity_limit(
9494
const VelocityLimit::ConstSharedPtr& msg)
9595
{
96-
// store the velocity for releasing the stop
9796
if (msg->max_velocity > 1e-5) {
9897
velocity_limit_ = msg->max_velocity;
9998
}

0 commit comments

Comments
 (0)