Skip to content

Commit

Permalink
Push notification level down to DEBUG.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 15, 2024
1 parent 4e3dc7b commit c9ace03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ int main(int argc, char ** argv) try

auto const attitude_callback = [node, imu_pub, &imu_msg](sh2_RotationVectorWAcc_t const & data)
{
RCLCPP_INFO_THROTTLE(node->get_logger(), *node->get_clock(), 250UL,
RCLCPP_DEBUG_THROTTLE(node->get_logger(), *node->get_clock(), 250UL,
"Attitude [i, j, k, real, accuracy] = [%0.3f, %0.3f, %0.3f, %0.3f, %0.3f]",
data.i, data.j, data.k, data.real, data.accuracy);

Expand Down

0 comments on commit c9ace03

Please sign in to comment.