Skip to content

Commit

Permalink
[tf_relay] changed ROS LOG level
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 9, 2021
1 parent 77b8a59 commit 25f5126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_coordination_system/tf_relay/src/tf_relay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace tf_relay {
this->msg_transform_.header.stamp = ros::Time::now();
this->tf_broadcaster_.sendTransform(this->msg_transform_);
}
ROS_INFO("callback called.");
ROS_DEBUG("callback called.");
}

}

0 comments on commit 25f5126

Please sign in to comment.