Skip to content

Commit

Permalink
Remove debug output from forwarding controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Mar 29, 2022
1 parent eef0a59 commit 31ac23d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ controller_interface::return_type ChainableForwardController::update(
{
if (!std::isnan(reference_interfaces_[i]))
{
RCLCPP_ERROR(
get_node()->get_logger(), "Reference interface value is %f; Command interface name is '%s'",
reference_interfaces_[i], command_interfaces_[i].get_full_name().c_str());

command_interfaces_[i].set_value(reference_interfaces_[i]);
}
}
Expand Down

0 comments on commit 31ac23d

Please sign in to comment.