File tree Expand file tree Collapse file tree
system_modes/test/launchtest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ def main(args=None):
9393 executor .spin_once (timeout_sec = 1 )
9494 executor .spin_once (timeout_sec = 1 )
9595 executor .spin_once (timeout_sec = 1 )
96+ executor .spin_once (timeout_sec = 1 )
97+ executor .spin_once (timeout_sec = 1 )
9698
9799 lc .change_mode ('CC' )
98100
Original file line number Diff line number Diff line change @@ -102,10 +102,13 @@ def main(args=None):
102102 executor .spin_once (timeout_sec = 1 )
103103 executor .spin_once (timeout_sec = 1 )
104104 executor .spin_once (timeout_sec = 1 )
105+ executor .spin_once (timeout_sec = 1 )
106+ executor .spin_once (timeout_sec = 1 )
105107
106108 lc .change_mode ('CC' )
107109 executor .spin_once (timeout_sec = 1 )
108110 lc2 .change_mode ('DD' )
111+ executor .spin_once (timeout_sec = 1 )
109112
110113 executor .spin ()
111114 finally :
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ def main(args=None):
9393 executor .spin_once (timeout_sec = 1 )
9494 executor .spin_once (timeout_sec = 1 )
9595 executor .spin_once (timeout_sec = 1 )
96+ executor .spin_once (timeout_sec = 1 )
97+ executor .spin_once (timeout_sec = 1 )
9698
9799 lc .change_mode ('CC' )
98100
Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ def main(args=None):
111111 executor .spin_once (timeout_sec = 1 )
112112 executor .spin_once (timeout_sec = 1 )
113113 executor .spin_once (timeout_sec = 1 )
114+ executor .spin_once (timeout_sec = 1 )
115+ executor .spin_once (timeout_sec = 1 )
114116
115117 lc .change_mode ('CC' )
116118
You can’t perform that action at this time.
0 commit comments