diff --git a/rclcpp/include/rclcpp/macros.hpp b/rclcpp/include/rclcpp/macros.hpp index d96f5fa..ba59845 100644 --- a/rclcpp/include/rclcpp/macros.hpp +++ b/rclcpp/include/rclcpp/macros.hpp @@ -39,4 +39,6 @@ return std::make_shared(std::forward(args)...); \ } +#define RCLCPP_INFO(Args) std::cout << Args << std::endl; + #endif /* RCLCPP_RCLCPP_MACROS_HPP_ */