Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b911e9a

Browse files
kobayu858esteve
authored andcommittedAug 13, 2024
fix(autoware_probabilistic_occupancy_grid_map): fix functionConst (#8426)
fix:functionConst Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent bf90b2e commit b911e9a

File tree

1 file changed

+1
-1
lines changed
  • perception/autoware_probabilistic_occupancy_grid_map/lib/fusion_policy

1 file changed

+1
-1
lines changed
 

‎perception/autoware_probabilistic_occupancy_grid_map/lib/fusion_policy/fusion_policy.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ struct dempsterShaferOccupancy
218218
}
219219

220220
// Dempster-Shafer fusion
221-
dempsterShaferOccupancy operator+(const dempsterShaferOccupancy & other)
221+
dempsterShaferOccupancy operator+(const dempsterShaferOccupancy & other) const
222222
{
223223
dempsterShaferOccupancy result;
224224
double K = calcK(other);

0 commit comments

Comments
 (0)
Please sign in to comment.