Skip to content

Commit

Permalink
Enable services for setting the log-level in controller per default
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Aug 17, 2023
1 parent 33e77b8 commit cd988dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ControllerInterfaceBase : public rclcpp_lifecycle::node_interfaces::Lifecy
CONTROLLER_INTERFACE_PUBLIC
virtual return_type init(
const std::string & controller_name, const std::string & namespace_ = "",
const rclcpp::NodeOptions & node_options = rclcpp::NodeOptions());
const rclcpp::NodeOptions & node_options = rclcpp::NodeOptions().enable_logger_service(true));

/// Custom configure method to read additional parameters for controller-nodes
/*
Expand Down

0 comments on commit cd988dc

Please sign in to comment.