Skip to content

Commit

Permalink
Update controller_interface/include/semantic_components/semantic_comp…
Browse files Browse the repository at this point in the history
…onent_interface.hpp

Co-authored-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
Wiktor-99 and saikishor authored Dec 22, 2024
1 parent f746bc6 commit db45ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class SemanticComponentInterface
return false;
}
// insert all the values
for (std::size_t i = 0; i < state_interfaces_.size(); ++i)
for (auto i = 0; i < state_interfaces_.size(); ++i)
{
values.emplace_back(state_interfaces_[i].get().get_value());
}
Expand Down

0 comments on commit db45ce7

Please sign in to comment.