Skip to content
Commits on Source (2)
...@@ -48,7 +48,6 @@ def launch_setup(context, *args, **kwargs): ...@@ -48,7 +48,6 @@ def launch_setup(context, *args, **kwargs):
package="pspb_2025", package="pspb_2025",
executable='state_machine', executable='state_machine',
parameters=[ parameters=[
config("pspb_2025", 'state_machine.yaml'),
config('pspb_2025', 'topics.yaml'), config('pspb_2025', 'topics.yaml'),
], ],
), ),
......