Skip to content

Commit

Permalink
Merge pull request #20 from UNSWComputing/jayen-single-tap
Browse files Browse the repository at this point in the history
explain what single-button press does
  • Loading branch information
Elena245 committed Sep 12, 2020
2 parents a358331 + a9b3de6 commit 57c7f76
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions source/running/button_presses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,25 @@ Button Presses
Chest Button Interface
**********************

+------------------+-----------------+-------------------------------------------------------------------------------+
| Button presses | Foot bumper | Action |
+==================+=================+===============================================================================+
| 2 | No | Make body limp or stiff |
+------------------+-----------------+-------------------------------------------------------------------------------+
| 2 | Yes | Make head limp or stiff |
+------------------+-----------------+-------------------------------------------------------------------------------+
| 3 | No | Start or Stop runswift |
+------------------+-----------------+-------------------------------------------------------------------------------+
| 3 | Yes | Restart (or at least stop) naoqi |
+------------------+-----------------+-------------------------------------------------------------------------------+
| 4 | (Ignored) | Restart WiFi and ``changeField`` to the ``network.ssid`` in ``runswift.cfg`` |
+------------------+-----------------+-------------------------------------------------------------------------------+
| hold | No | Shut down |
+------------------+-----------------+-------------------------------------------------------------------------------+
| hold | Yes | Flash various boards, then reboot |
+------------------+-----------------+-------------------------------------------------------------------------------+
+------------------+-----------------+-------------------------------------------------------------------------------------------+
| Button presses | Foot bumper | Action |
+==================+=================+===========================================================================================+
| 1 | No | As per rules, set the robot to the penalised or unpenalised (playing) state |
+------------------+-----------------+-------------------------------------------------------------------------------------------+
| 2 | No | Make body limp or stiff |
+------------------+-----------------+-------------------------------------------------------------------------------------------+
| 2 | Yes | Make head limp or stiff |
+------------------+-----------------+-------------------------------------------------------------------------------------------+
| 3 | No | Start or Stop runswift |
+------------------+-----------------+-------------------------------------------------------------------------------------------+
| 3 | Yes | Restart (or at least stop) naoqi |
+------------------+-----------------+-------------------------------------------------------------------------------------------+
| 4 | (Ignored) | Restart WiFi and ``changeField`` to the ``network.ssid`` in ``runswift.cfg`` |
+------------------+-----------------+-------------------------------------------------------------------------------------------+
| hold | No | Shut down |
+------------------+-----------------+-------------------------------------------------------------------------------------------+
| hold | Yes | Flash various boards, then reboot |
+------------------+-----------------+-------------------------------------------------------------------------------------------+

***********
Head stroke
Expand Down

0 comments on commit 57c7f76

Please sign in to comment.