rclcpp support the parameter start_type_description_service to disable /get_type_description service; see REP-2016.
However, diagnostic_aggregator::Aggregator complains when the parameter is set.
terminate called after throwing an instance of 'rclcpp::exceptions::ParameterAlreadyDeclaredException'
what(): parameter 'start_type_description_service' has already been declared
this happens both when set via YAML file or via NodeOptions parameter overrides.
rclcppsupport the parameterstart_type_description_serviceto disable/get_type_descriptionservice; see REP-2016.However,
diagnostic_aggregator::Aggregatorcomplains when the parameter is set.this happens both when set via YAML file or via
NodeOptionsparameter overrides.