Skip to content

Commit

Permalink
adding sleeps with comment (#360)
Browse files Browse the repository at this point in the history
* adding sleeps with comment

* comment

Co-authored-by: Fotios Papadopoulos <fotios@shadowrobot.com>
  • Loading branch information
georgiablanco and Fotios Papadopoulos authored Jun 4, 2021
1 parent 6e4ff7d commit 1a2a3e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if [ "$proceed" == false ]; then
fi

terminator --geometry "{{ term_3 }}" -T 'NUC bimanual hardware control loop' -e "{{ shadow_hand_launcher_folder}}/shadow_nuc_bimanual_hardware_control_loop.sh"
sleep 30 # temporary workaround until arm controllers starting on time is fixed
terminator --geometry "{{ term_4 }}" -T 'Server bimanual GUI' -e "{{ shadow_hand_launcher_folder}}/shadow_GUI_bimanual.sh"
if [[ "{{ glove }}" == "haptx" ]]; then
terminator --geometry "{{ term_5 }}" -T 'Server HaptX Bimanual Mapping' -e "{{ shadow_hand_launcher_folder}}/shadow_haptx_mapping_launch_bimanual.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if [ "$proceed" == false ]; then
fi

terminator --geometry "{{ term_3 }}" -T 'NUC left hand hardware control loop' -e "{{ shadow_hand_launcher_folder}}/shadow_nuc_left_hardware_control_loop.sh"
sleep 30 # temporary workaround until arm controllers starting on time is fixed
terminator --geometry "{{ term_4 }}" -T 'Server left hand GUI' -e "{{ shadow_hand_launcher_folder}}/shadow_GUI_left.sh"
if [[ "{{ glove }}" == "haptx" ]]; then
terminator --geometry "{{ term_5 }}" -T 'Server HaptX Left Mapping' -e "{{ shadow_hand_launcher_folder}}/shadow_haptx_mapping_launch_left.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if [ "$proceed" == false ]; then
fi

terminator --geometry "{{ term_3 }}" -T 'NUC right hand hardware control loop' -e "{{ shadow_hand_launcher_folder}}/shadow_nuc_right_hardware_control_loop.sh"
sleep 30 # temporary workaround until arm controllers starting on time is fixed
terminator --geometry "{{ term_4 }}" -T 'Server right hand GUI' -e "{{ shadow_hand_launcher_folder}}/shadow_GUI_right.sh"
if [[ "{{ glove }}" == "haptx" ]]; then
terminator --geometry "{{ term_5 }}" -T 'Server HaptX Right Mapping' -e "{{ shadow_hand_launcher_folder}}/shadow_haptx_mapping_launch_right.sh"
Expand Down

0 comments on commit 1a2a3e6

Please sign in to comment.