Skip to content

LaunchConfiguration is not read from ComposableNode when included inside a group action #328

@stevedanomodolor

Description

@stevedanomodolor

Bug report

Required Info:

Steps to reproduce issue

ComposableNode(
                        condition=LaunchConfigurationNotEquals('map', ''),
                        package='nav2_map_server',
                        plugin='nav2_map_server::MapServer',
                        name='map_server',
                        parameters=[configured_params, {'yaml_filename': map_yaml_file}],
                        remappings=remappings
                        ),
ComposableNode(
                        condition=LaunchConfigurationNotEquals('map', ''),
                        package='nav2_map_server',
                        plugin='nav2_map_server::MapServer',
                        name='map_server',
                        parameters=[configured_params, {'yaml_filename': map_yaml_file}],
                        remappings=remappings
                        ),

Expected behavior

It should pay attention to the condition but executes both composable node. The issue #114 should have fixed it but seems not to have.

Actual behavior

It does not pay attention to the condition at all and executes both composablenode

Additional information


Feature request

Feature description

Implementation considerations

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions