Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igonzf committed Jul 2, 2024
1 parent 85b0880 commit b8a7d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bt_nodes/perception/src/perception/filter_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ void FilterObject::halt() {
}

BT::NodeStatus FilterObject::tick() {
getInput("frames", frames_);

RCLCPP_INFO(node_->get_logger(), "FilterObject ticked");

getInput("frames", frames_);

frames_ = extractClassNames(frames_);
Expand Down

0 comments on commit b8a7d94

Please sign in to comment.