Carma-platform v4.11.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
basic_autonomy::anonymous_namespace{log.cpp} Namespace Reference

Functions

rclcpp::Logger & module_logger ()
 

Function Documentation

◆ module_logger()

rclcpp::Logger & basic_autonomy::anonymous_namespace{log.cpp}::module_logger ( )

Definition at line 25 of file log.cpp.

26{
27 static rclcpp::Logger logger = rclcpp::get_logger("basic_autonomy");
28 return logger;
29}
rclcpp::Logger get_logger()
Return the module-level logger used by all basic_autonomy functions.
Definition: log.cpp:32

References basic_autonomy::get_logger().

Referenced by basic_autonomy::get_logger(), and basic_autonomy::set_logger().

Here is the call graph for this function:
Here is the caller graph for this function: