#include <rclcpp/rclcpp.hpp>
Go to the source code of this file.
|
| #define | CCC_ERROR_STREAM(msg) RCLCPP_ERROR_STREAM(rclcpp::get_logger("CentroidalControlCollection"), msg) |
| |
| #define | CCC_WARN_STREAM(msg) RCLCPP_WARN_STREAM(rclcpp::get_logger("CentroidalControlCollection"), msg) |
| |
| #define | CCC_INFO_STREAM(msg) RCLCPP_INFO_STREAM(rclcpp::get_logger("CentroidalControlCollection"), msg) |
| |
◆ CCC_ERROR_STREAM
| #define CCC_ERROR_STREAM |
( |
|
msg | ) |
RCLCPP_ERROR_STREAM(rclcpp::get_logger("CentroidalControlCollection"), msg) |
◆ CCC_INFO_STREAM
| #define CCC_INFO_STREAM |
( |
|
msg | ) |
RCLCPP_INFO_STREAM(rclcpp::get_logger("CentroidalControlCollection"), msg) |
◆ CCC_WARN_STREAM
| #define CCC_WARN_STREAM |
( |
|
msg | ) |
RCLCPP_WARN_STREAM(rclcpp::get_logger("CentroidalControlCollection"), msg) |