Types of input for get_logger in ros2 RCLCPP_INFO
Hi,
I was trying to find what types of input can be provided for
RCLCPP_INFO(get_logger(), "data: %*", data)
I had used %s
for string kind of output but was wondering if it can take any other types of data. While looking over some codes I saw the use of %g
not sure what it represents.
Thanks in advance.