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(out_of_lane): cut predicted paths after red lights #6478

split filter_predicted_objects in hpp/cpp and add docstrings

5d12185
Select commit
Loading
Failed to load commit list.
Merged

feat(out_of_lane): cut predicted paths after red lights #6478

split filter_predicted_objects in hpp/cpp and add docstrings
5d12185
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 4, 2024 in 1s

2.73% of diff hit (target 14.79%)

View this Pull Request on Codecov

2.73% of diff hit (target 14.79%)

Annotations

Check warning on line 76 in planning/behavior_velocity_out_of_lane_module/src/decisions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/decisions.cpp#L76

Added line #L76 was not covered by tests

Check warning on line 136 in planning/behavior_velocity_out_of_lane_module/src/decisions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/decisions.cpp#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 29 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L29

Added line #L29 was not covered by tests

Check warning on line 37 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 40 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 52 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 55 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L55

Added line #L55 was not covered by tests

Check warning on line 57 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L57

Added line #L57 was not covered by tests

Check warning on line 59 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L59

Added line #L59 was not covered by tests

Check warning on line 71 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L71

Added line #L71 was not covered by tests

Check warning on line 78 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L78

Added line #L78 was not covered by tests

Check warning on line 81 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 83 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L83

Added line #L83 was not covered by tests

Check warning on line 87 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L87

Added line #L87 was not covered by tests

Check warning on line 89 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L89

Added line #L89 was not covered by tests

Check warning on line 106 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L104-L106

Added lines #L104 - L106 were not covered by tests

Check warning on line 110 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L110

Added line #L110 was not covered by tests

Check warning on line 113 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 115 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L115

Added line #L115 was not covered by tests

Check warning on line 120 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L120

Added line #L120 was not covered by tests

Check warning on line 127 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L127

Added line #L127 was not covered by tests

Check warning on line 135 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L135

Added line #L135 was not covered by tests

Check warning on line 137 in planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp#L137

Added line #L137 was not covered by tests