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

fix(detected_object_validation): add 3d pointcloud based validator #5327

chore: add maintainer

be15671
Select commit
Loading
Failed to load commit list.
Merged

fix(detected_object_validation): add 3d pointcloud based validator #5327

chore: add maintainer
be15671
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 15, 2023 in 1s

0.00% of diff hit (target 14.78%)

View this Pull Request on Codecov

0.00% of diff hit (target 14.78%)

Annotations

Check warning on line 77 in perception/detected_object_validation/include/obstacle_pointcloud_based_validator/debugger.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/include/obstacle_pointcloud_based_validator/debugger.hpp#L77

Added line #L77 was not covered by tests

Check warning on line 81 in perception/detected_object_validation/include/obstacle_pointcloud_based_validator/debugger.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/include/obstacle_pointcloud_based_validator/debugger.hpp#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 85 in perception/detected_object_validation/include/obstacle_pointcloud_based_validator/debugger.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/include/obstacle_pointcloud_based_validator/debugger.hpp#L85

Added line #L85 was not covered by tests

Check warning on line 88 in perception/detected_object_validation/include/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/include/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp#L88

Added line #L88 was not covered by tests

Check warning on line 90 in perception/detected_object_validation/include/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/include/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp#L90

Added line #L90 was not covered by tests

Check warning on line 111 in perception/detected_object_validation/include/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/include/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp#L111

Added line #L111 was not covered by tests

Check warning on line 113 in perception/detected_object_validation/include/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/include/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp#L113

Added line #L113 was not covered by tests

Check warning on line 38 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L38

Added line #L38 was not covered by tests

Check warning on line 41 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 43 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L43

Added line #L43 was not covered by tests

Check warning on line 46 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L46

Added line #L46 was not covered by tests

Check warning on line 52 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L49-L52

Added lines #L49 - L52 were not covered by tests

Check warning on line 56 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 60 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L58-L60

Added lines #L58 - L60 were not covered by tests

Check warning on line 64 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 68 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L68

Added line #L68 was not covered by tests

Check warning on line 73 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L71-L73

Added lines #L71 - L73 were not covered by tests

Check warning on line 78 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 80 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L80

Added line #L80 was not covered by tests

Check warning on line 82 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L82

Added line #L82 was not covered by tests

Check warning on line 88 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 93 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L93

Added line #L93 was not covered by tests

Check warning on line 101 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 103 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L103

Added line #L103 was not covered by tests

Check warning on line 108 in perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp#L105-L108

Added lines #L105 - L108 were not covered by tests