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

refactor(start_planner): add rss safety check function #5623

style(pre-commit): autofix

983184b
Select commit
Loading
Failed to load commit list.
Merged

refactor(start_planner): add rss safety check function #5623

style(pre-commit): autofix
983184b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 30, 2023 in 0s

12.04% of diff hit (target 15.32%)

View this Pull Request on Codecov

12.04% of diff hit (target 15.32%)

Annotations

Check warning on line 390 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/avoidance/avoidance_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/avoidance/avoidance_module.hpp#L390

Added line #L390 was not covered by tests

Check warning on line 113 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L113

Added line #L113 was not covered by tests

Check warning on line 116 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L116

Added line #L116 was not covered by tests

Check warning on line 118 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L118

Added line #L118 was not covered by tests

Check warning on line 124 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L124

Added line #L124 was not covered by tests

Check warning on line 135 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L135

Added line #L135 was not covered by tests

Check warning on line 137 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L137

Added line #L137 was not covered by tests

Check warning on line 139 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L139

Added line #L139 was not covered by tests

Check warning on line 144 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L144

Added line #L144 was not covered by tests

Check warning on line 185 in planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/scene_module/goal_planner/goal_planner_module.hpp#L185

Added line #L185 was not covered by tests

Check warning on line 255 in planning/behavior_path_planner/include/behavior_path_planner/utils/avoidance/helper.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/utils/avoidance/helper.hpp#L253-L255

Added lines #L253 - L255 were not covered by tests

Check warning on line 58 in planning/behavior_path_planner/include/behavior_path_planner/utils/avoidance/shift_line_generator.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/utils/avoidance/shift_line_generator.hpp#L58

Added line #L58 was not covered by tests

Check warning on line 264 in planning/behavior_path_planner/include/behavior_path_planner/utils/path_safety_checker/objects_filtering.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/utils/path_safety_checker/objects_filtering.hpp#L264

Added line #L264 was not covered by tests

Check warning on line 269 in planning/behavior_path_planner/include/behavior_path_planner/utils/path_safety_checker/objects_filtering.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/utils/path_safety_checker/objects_filtering.hpp#L266-L269

Added lines #L266 - L269 were not covered by tests

Check warning on line 283 in planning/behavior_path_planner/include/behavior_path_planner/utils/path_safety_checker/objects_filtering.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/utils/path_safety_checker/objects_filtering.hpp#L283

Added line #L283 was not covered by tests

Check warning on line 287 in planning/behavior_path_planner/include/behavior_path_planner/utils/path_safety_checker/objects_filtering.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/utils/path_safety_checker/objects_filtering.hpp#L287

Added line #L287 was not covered by tests

Check warning on line 360 in planning/behavior_path_planner/include/behavior_path_planner/utils/utils.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/include/behavior_path_planner/utils/utils.hpp#L360

Added line #L360 was not covered by tests

Check warning on line 478 in planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp#L478

Added line #L478 was not covered by tests

Check warning on line 497 in planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp#L497

Added line #L497 was not covered by tests

Check warning on line 499 in planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp#L499

Added line #L499 was not covered by tests

Check warning on line 502 in planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp#L502

Added line #L502 was not covered by tests

Check warning on line 504 in planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp#L504

Added line #L504 was not covered by tests

Check warning on line 507 in planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp#L507

Added line #L507 was not covered by tests

Check warning on line 509 in planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp#L509

Added line #L509 was not covered by tests

Check warning on line 511 in planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_path_planner/src/marker_utils/avoidance/debug.cpp#L511

Added line #L511 was not covered by tests