Skip to content

Commit

Permalink
po
Browse files Browse the repository at this point in the history
Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
  • Loading branch information
yuki-takagi-66 committed Mar 6, 2025
1 parent c95e262 commit ddfe137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ void ControlValidator::calc_stop_point_overrun_status(

// NOTE: the same velocity threshold as autoware::motion_utils::searchZeroVelocity
status.has_overrun_stop_point = status.dist_to_stop < -params.overrun_stop_point_dist &&
status.nearest_trajectory_vel < 1e-3 && status.vehicle_vel > 0.1;
status.nearest_trajectory_vel < 1e-3 && status.vehicle_vel > 1e-3;
}

Check warning on line 292 in control/autoware_control_validator/src/control_validator.cpp

View check run for this annotation

Codecov / codecov/patch

control/autoware_control_validator/src/control_validator.cpp#L292

Added line #L292 was not covered by tests

bool ControlValidator::is_all_valid(const ControlValidatorStatus & s)
Expand Down

0 comments on commit ddfe137

Please sign in to comment.