What is the difference between the usage of %i, %d,%f in ROS_INFO("")?
I see a lot of usage of like
ROS_INFO("%d")
ROS_INFO("%i")
ROS_INFO("%f")
used, is there a difference in the usage of them? If so, what are the differences. Is there like a webpage where this has been explained?