Skip to content

Commit

Permalink
drop unsupported properties from extra arguments.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <[email protected]>
  • Loading branch information
fujitatomoya committed Jan 15, 2025
1 parent c54cea8 commit 80fd309
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions source/Tutorials/Intermediate/Composition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,34 +388,10 @@ The following extra arguments are supported.
- Boolean
- True
- Apply global arguments to the component node when loading.
* - ``enable_rosout``
- Boolean
- True
- Enable the ``rosout`` topic publisher in the component node.
* - ``use_intra_process_comms``
- Boolean
- False
- Enable intra-process communication in the component node.
* - ``enable_topic_statistics``
- Boolean
- False
- Enable a topic statistics publisher in the component node.
* - ``start_parameter_services``
- Boolean
- True
- Enable services to manage parameters in the component node.
* - ``start_parameter_event_publisher``
- Boolean
- True
- Enable the parameter event publisher in the component node.
* - ``use_clock_thread``
- Boolean
- True
- Enable a dedicated clock thread in the component node.
* - ``enable_logger_service``
- Boolean
- False
- Enable logger level management service in the component node.


Composable nodes as shared libraries
Expand Down

0 comments on commit 80fd309

Please sign in to comment.