Skip to content

Commit

Permalink
service introspection for lifecycle nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
  • Loading branch information
ihasdapie committed Aug 9, 2022
1 parent 2cb14b5 commit cdadf7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclcpp_lifecycle/src/lifecycle_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ LifecycleNode::LifecycleNode(
options.parameter_event_qos(),
options.parameter_event_publisher_options(),
options.allow_undeclared_parameters(),
options.automatically_declare_parameters_from_overrides()
options.automatically_declare_parameters_from_overrides(),
options.enable_service_introspection()
)),
node_time_source_(new rclcpp::node_interfaces::NodeTimeSource(
node_base_,
Expand Down

0 comments on commit cdadf7b

Please sign in to comment.