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(compare_map_filter): deadlock bug fix #10222

Merged

fix: add missing mutex for map_grid_size_x

dc5f72d
Select commit
Loading
Failed to load commit list.
Merged

fix(compare_map_filter): deadlock bug fix #10222

fix: add missing mutex for map_grid_size_x
dc5f72d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 7, 2025 in 1s

0.00% of diff hit (target 0.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 0.00%)

Annotations

Check warning on line 78 in perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.cpp#L78

Added line #L78 was not covered by tests

Check warning on line 90 in perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.cpp#L88-L90

Added lines #L88 - L90 were not covered by tests

Check warning on line 108 in perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.cpp#L108

Added line #L108 was not covered by tests

Check warning on line 71 in perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/distance_based_compare_map_filter/node.hpp#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 57 in perception/autoware_compare_map_segmentation/src/voxel_based_approximate_compare_map_filter/node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_based_approximate_compare_map_filter/node.cpp#L55-L57

Added lines #L55 - L57 were not covered by tests

Check warning on line 71 in perception/autoware_compare_map_segmentation/src/voxel_based_approximate_compare_map_filter/node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_based_approximate_compare_map_filter/node.cpp#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 93 in perception/autoware_compare_map_segmentation/src/voxel_distance_based_compare_map_filter/node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_distance_based_compare_map_filter/node.cpp#L91-L93

Added lines #L91 - L93 were not covered by tests

Check warning on line 77 in perception/autoware_compare_map_segmentation/src/voxel_distance_based_compare_map_filter/node.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_distance_based_compare_map_filter/node.hpp#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 328 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L328

Added line #L328 was not covered by tests

Check warning on line 339 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L337-L339

Added lines #L337 - L339 were not covered by tests

Check warning on line 361 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L361

Added line #L361 was not covered by tests

Check warning on line 369 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L365-L369

Added lines #L365 - L369 were not covered by tests

Check warning on line 374 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L372-L374

Added lines #L372 - L374 were not covered by tests

Check warning on line 382 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L381-L382

Added lines #L381 - L382 were not covered by tests

Check warning on line 417 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L417

Added line #L417 was not covered by tests

Check warning on line 420 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L419-L420

Added lines #L419 - L420 were not covered by tests

Check warning on line 428 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L428

Added line #L428 was not covered by tests

Check warning on line 430 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L430

Added line #L430 was not covered by tests

Check warning on line 432 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L432

Added line #L432 was not covered by tests

Check warning on line 435 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.cpp#L435

Added line #L435 was not covered by tests

Check warning on line 210 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.hpp#L210

Added line #L210 was not covered by tests

Check warning on line 245 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.hpp#L245

Added line #L245 was not covered by tests

Check warning on line 288 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.hpp#L286-L288

Added lines #L286 - L288 were not covered by tests

Check warning on line 298 in perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_compare_map_segmentation/src/voxel_grid_map_loader/voxel_grid_map_loader.hpp#L297-L298

Added lines #L297 - L298 were not covered by tests