-
Notifications
You must be signed in to change notification settings - Fork 2
Updated docs for missing informations_ #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| Shutting Down the Robot | ||
| ======================= | ||
|
|
||
| Step 1: Choose Shutdown Method | ||
| ############################## | ||
|
|
||
| You can shut down the robot either from the GUI or from a terminal session connected to the robot. | ||
|
|
||
| Method 1: Shutdown from GUI | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
paemlaban marked this conversation as resolved.
|
||
|
|
||
| .. image:: /_static/shutdown/shutdown_GUI.png | ||
| :alt: Shutdown from GUI | ||
| :width: 600px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| Method 2: Shutdown from Terminal | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
paemlaban marked this conversation as resolved.
|
||
|
|
||
| Open a terminal session connected to the robot (see :doc:`./connecting` for details) and run: | ||
|
|
||
| .. code-block:: bash | ||
|
|
||
| sudo shutdown -h now | ||
|
|
||
| Step 2: Wait for Shutdown Complete | ||
| ################################### | ||
|
|
||
| After issuing the shutdown command or selecting the shutdown option from the GUI, wait until the Raspberry Pi LED turns red. | ||
| This indicates the system has fully shut down and all data has been safely written. | ||
|
|
||
| .. image:: /_static/shutdown/turnedOffRaspberry.jpg | ||
| :alt: Raspberry Pi LED turned red (shutdown complete) | ||
| :width: 600px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| Step 3: Power Off the Robot | ||
| ############################ | ||
|
|
||
| Once the Raspberry Pi LED is red, turn the robot off using the on/off switch. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| Quick Troubleshooting Tips | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like having a quick troubleshooting section. However, for now we only added specific troubleshooting steps inside the explanation pages. Do you think having a separate troubleshooting section with drop-downs should be added? Here is how it looks by default:
When it is opened:
I can add this for you guys in the next PR, and then we can discuss how we would like to use it.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And the code is pretty simple: So you would mitigate all of this raw html stuff.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think troubleshooting section would be useful. |
||
| ========================== | ||
|
|
||
| If you run into common startup or connectivity issues, try the following quick fixes. | ||
|
|
||
| Magni 6 Mini | ||
| ############ | ||
|
|
||
| .. raw:: html | ||
|
|
||
| <details> | ||
| <summary><strong>On/off switch is not working</strong></summary> | ||
| <p>The issue may be caused by an intermittent internal hardware contact. Try pressing the switch firmly, or give the switch area a light tap.</p> | ||
| </details> | ||
|
|
||
| .. raw:: html | ||
|
|
||
| <details> | ||
| <summary><strong>Motors/robot are not moving</strong></summary> | ||
| <p>Restart the robot and test movement again.</p> | ||
|
paemlaban marked this conversation as resolved.
|
||
| </details> | ||
|
|
||
| General | ||
| ####### | ||
|
|
||
| .. raw:: html | ||
|
|
||
| <details> | ||
| <summary><strong>Robot cannot find the local network</strong></summary> | ||
| <p>First, list nearby Wi-Fi networks from the robot:</p> | ||
| <pre><code>nmcli device wifi list</code></pre> | ||
| <p>If your local Wi-Fi (SSID) does not appear in the list, restart the robot and try connecting again.</p> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this really work? What if it doesn't? There are few steps that you can do to set up the NetworkManager of the robot to look for certain wifi's. I would add these steps.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It was working for me. Can you add these another steps? I am not experienced with NetworkManager on Linux. |
||
| </details> | ||


Uh oh!
There was an error while loading. Please reload this page.