Skip to content

Commit

Permalink
Undo change that introduced and error
Browse files Browse the repository at this point in the history
  • Loading branch information
yassiezar committed Jun 19, 2024
1 parent 982ede8 commit 8ea16b6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions smacc2/include/smacc2/client_bases/smacc_action_client_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,11 @@ class SmaccActionClientBase : public ISmaccActionClient
this->lastRequest_ = lastRequest;

RCLCPP_INFO_STREAM(
getLogger(),
"["
<< getName()
<< "] Action request "
// << rclcpp_action::to_string(this->goalHandle_->get_goal_id()) <<". Goal sent to " << this->action_endpoint_
<< "\": " << std::endl
<< goal);
getLogger(), "[" << getName() << "] Action request "
// << rclcpp_action::to_string(this->goalHandle_->get_goal_id()) <<". Goal sent to " << this->action_endpoint_
// << "\": " << std::endl
// << goal
);

// if (client_->isServerConnected())
// {
Expand Down

0 comments on commit 8ea16b6

Please sign in to comment.