Skip to content

Commit

Permalink
Add warning
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Jan 8, 2025
1 parent c3200d5 commit 967fade
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ class Implementation
if (!state.has_value())
{
ok = false;
RCLCPP_WARN(
this->node_->get_logger(), "Failed to get state for node [%s]",
name.c_str());
continue;
}

Expand Down

0 comments on commit 967fade

Please sign in to comment.