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_command_interface.hpp

Co-authored-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
tpoignonec and saikishor authored Jan 13, 2025
1 parent 492fa9b commit 86eb68b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class SemanticComponentCommandInterface
const std::string & name, const std::vector<std::string> & interface_names)
: name_(name), interface_names_(interface_names)
{
assert(interface_names.size() > 0);
command_interfaces_.reserve(interface_names.size());
}

Expand Down

0 comments on commit 86eb68b

Please sign in to comment.