added convenience debugging macro
This commit is contained in:
parent
b91dd6ef00
commit
f4c97ecc62
1 changed files with 2 additions and 0 deletions
|
@ -39,4 +39,6 @@
|
|||
return std::make_shared<Class>(std::forward<Args>(args)...); \
|
||||
}
|
||||
|
||||
#define RCLCPP_INFO(Args) std::cout << Args << std::endl;
|
||||
|
||||
#endif /* RCLCPP_RCLCPP_MACROS_HPP_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue