File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ def invoke_lifecycle_cmd(node_name, verb):
142142 merger_params_file_arg ,
143143 ouster_ns_arg ,
144144 os_container ,
145- TimerAction (period = 2 .0 , actions = [sensor_left_configure_cmd ]),
146- TimerAction (period = 4 .0 , actions = [sensor_left_activate_cmd ]),
147- TimerAction (period = 6 .0 , actions = [sensor_right_configure_cmd ]),
148- TimerAction (period = 8 .0 , actions = [sensor_right_activate_cmd ]),
149- TimerAction (period = 10 .0 , actions = [sensor_center_configure_cmd ]),
150- TimerAction (period = 12 .0 , actions = [sensor_center_activate_cmd ]),
145+ TimerAction (period = 4 .0 , actions = [sensor_left_configure_cmd ]),
146+ TimerAction (period = 8 .0 , actions = [sensor_left_activate_cmd ]),
147+ TimerAction (period = 12 .0 , actions = [sensor_right_configure_cmd ]),
148+ TimerAction (period = 16 .0 , actions = [sensor_right_activate_cmd ]),
149+ TimerAction (period = 20 .0 , actions = [sensor_center_configure_cmd ]),
150+ TimerAction (period = 24 .0 , actions = [sensor_center_activate_cmd ]),
151151 ])
You can’t perform that action at this time.
0 commit comments