-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Feature request
Feature description
Currently the node unconditionally creates a publisher for logging:
Line 358 in d655147
| ret = rcl_logging_rosout_init_publisher_for_node(node); |
This is potentially undesirable in systems which do not need this and have an rmw layer that aggressively preallocates storage for publishers and subscriptions.
There should be some way to control whether or not this occurs when creating the node, or possibly globally.
Implementation considerations
We should look for places where we assume this publisher exists for each node and ensure it falls back gracefully when it is disabled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed