Skip to content

Commit

Permalink
fix(tier4_localization_rviz_plugin): fix constVariableReference (auto…
Browse files Browse the repository at this point in the history
…warefoundation#8838)

fix:constVariableReference

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 committed Sep 10, 2024
1 parent 0401a36 commit 1fcddda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void PoseHistoryFootprint::update_footprint()

const float offset_from_baselink = property_offset_->getFloat();

for (auto & point_idx : history_) {
for (const auto & point_idx : history_) {
const auto & pose = point_idx->pose;
/*
* Footprint
Expand Down

0 comments on commit 1fcddda

Please sign in to comment.