Skip to content

Commit

Permalink
Use broad step version
Browse files Browse the repository at this point in the history
  • Loading branch information
hdefazio committed Nov 3, 2023
1 parent 2c683be commit d00c521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tmux/demos/2023-10-eval_prep-from-bag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ windows:
-p thresh_frame_count:=$((8 / (30 / ${FRAME_RATE})))
-p threshold_frame_count_weak:=2
-p deactivate_thresh_frame_count:=$((20 / (30 / ${FRAME_RATE})))
-p step_mode:=granular
-p step_mode:=broad
-p config_file:=${CONFIG_DIR}/tasks/multi-task-config.yaml
-p task_state_topic:=TaskUpdates
-p query_task_graph_topic:=query_task_graph
Expand Down
2 changes: 1 addition & 1 deletion tmux/demos/2023-10-eval_prep-from-old-bag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ windows:
-p thresh_frame_count:=$((8 / (30 / ${FRAME_RATE})))
-p threshold_frame_count_weak:=2
-p deactivate_thresh_frame_count:=$((20 / (30 / ${FRAME_RATE})))
-p step_mode:=granular
-p step_mode:=broad
-p config_file:=${CONFIG_DIR}/tasks/multi-task-config.yaml
-p task_state_topic:=TaskUpdates
-p query_task_graph_topic:=query_task_graph
Expand Down
2 changes: 1 addition & 1 deletion tmux/demos/2023-10-eval_prep-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ windows:
-p thresh_frame_count:=$((8 / (30 / ${FRAME_RATE})))
-p threshold_frame_count_weak:=2
-p deactivate_thresh_frame_count:=$((20 / (30 / ${FRAME_RATE})))
-p step_mode:=granular
-p step_mode:=broad
-p config_file:=${CONFIG_DIR}/tasks/multi-task-config.yaml
-p task_state_topic:=TaskUpdates
-p query_task_graph_topic:=query_task_graph
Expand Down

0 comments on commit d00c521

Please sign in to comment.