Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 170 Bytes

logging.md

File metadata and controls

9 lines (6 loc) · 170 Bytes

rclcpp: Logging

Changing the logging level

#include <rclcpp/logger.hpp>

rclcpp::get_logger("nav2_costmap_2d").set_level(rclcpp::Logger::Level::Debug);