Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
remove state_machine.yaml from launch
· ee676fcf
Коля Торопов
authored
Aug 13, 2025
ee676fcf
Merge branch 'main' of
http://sdb.smtu.ru/gitlab/robotics/waterstrider/pspb_2025
· 5c7f437b
Коля Торопов
authored
Aug 13, 2025
5c7f437b
Hide whitespace changes
Inline
Side-by-side
launch/sublaunch/state_machine.launch.py
View file @
5c7f437b
...
@@ -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
'
),
],
],
),
),
...
...