Skip to content

Commit

Permalink
fix: variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Oct 8, 2024
1 parent ec1c3f8 commit bcf55d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modulo_components/src/ComponentInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ void ComponentInterface::finalize_interfaces() {
RCLCPP_DEBUG(this->node_logging_->get_logger(), "Finalizing all interfaces.");
this->inputs_.clear();
this->outputs_.clear();
this->predicate_publiser.reset();
this->predicate_publisher_.reset();
this->empty_services_.clear();
this->string_services_.clear();
this->step_timer_.reset();
Expand Down

0 comments on commit bcf55d6

Please sign in to comment.