Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lane_departure_checker,start_planner): add check for path within lanes for bvspm #6366

move the cheap/fast check first to possibly boost performance

6208d4f
Select commit
Loading
Failed to load commit list.
Merged

feat(lane_departure_checker,start_planner): add check for path within lanes for bvspm #6366

move the cheap/fast check first to possibly boost performance
6208d4f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 28, 2024 in 1s

0.00% of diff hit (target 14.63%)

View this Pull Request on Codecov

0.00% of diff hit (target 14.63%)

Annotations

Check warning on line 303 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L303

Added line #L303 was not covered by tests

Check warning on line 307 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L307

Added line #L307 was not covered by tests

Check warning on line 309 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L309

Added line #L309 was not covered by tests

Check warning on line 315 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L315

Added line #L315 was not covered by tests

Check warning on line 322 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L322

Added line #L322 was not covered by tests

Check warning on line 324 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L324

Added line #L324 was not covered by tests

Check warning on line 329 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L329

Added line #L329 was not covered by tests

Check warning on line 348 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L348

Added line #L348 was not covered by tests

Check warning on line 354 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L353-L354

Added lines #L353 - L354 were not covered by tests

Check warning on line 356 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L356

Added line #L356 was not covered by tests

Check warning on line 360 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L360

Added line #L360 was not covered by tests

Check warning on line 363 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L363

Added line #L363 was not covered by tests

Check warning on line 368 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L365-L368

Added lines #L365 - L368 were not covered by tests

Check warning on line 370 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L370

Added line #L370 was not covered by tests

Check warning on line 378 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L377-L378

Added lines #L377 - L378 were not covered by tests

Check warning on line 383 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L382-L383

Added lines #L382 - L383 were not covered by tests

Check warning on line 387 in control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

control/lane_departure_checker/src/lane_departure_checker_node/lane_departure_checker.cpp#L386-L387

Added lines #L386 - L387 were not covered by tests

Check warning on line 508 in planning/behavior_path_planner_common/src/utils/parking_departure/geometric_parallel_parking.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner_common/src/utils/parking_departure/geometric_parallel_parking.cpp#L508

Added line #L508 was not covered by tests

Check warning on line 515 in planning/behavior_path_planner_common/src/utils/parking_departure/geometric_parallel_parking.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner_common/src/utils/parking_departure/geometric_parallel_parking.cpp#L515

Added line #L515 was not covered by tests

Check warning on line 33 in planning/behavior_path_start_planner_module/src/geometric_pull_out.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_start_planner_module/src/geometric_pull_out.cpp#L33

Added line #L33 was not covered by tests

Check warning on line 35 in planning/behavior_path_start_planner_module/src/geometric_pull_out.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_start_planner_module/src/geometric_pull_out.cpp#L35

Added line #L35 was not covered by tests

Check warning on line 38 in planning/behavior_path_start_planner_module/src/geometric_pull_out.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_start_planner_module/src/geometric_pull_out.cpp#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 61 in planning/behavior_path_start_planner_module/src/geometric_pull_out.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_start_planner_module/src/geometric_pull_out.cpp#L61

Added line #L61 was not covered by tests

Check warning on line 81 in planning/behavior_path_start_planner_module/src/shift_pull_out.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_start_planner_module/src/shift_pull_out.cpp#L81

Added line #L81 was not covered by tests

Check warning on line 84 in planning/behavior_path_start_planner_module/src/shift_pull_out.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_start_planner_module/src/shift_pull_out.cpp#L84

Added line #L84 was not covered by tests