Skip to content

Updated docs for missing informations_#59

Open
paemlaban wants to merge 2 commits intoUbiquityRobotics:jazzy-develfrom
paemlaban:feature/jazzy-update
Open

Updated docs for missing informations_#59
paemlaban wants to merge 2 commits intoUbiquityRobotics:jazzy-develfrom
paemlaban:feature/jazzy-update

Conversation

@paemlaban
Copy link
Copy Markdown

Solved github issues: #54 #55 #56

  • how to turn off robot section
  • windows mentioned in connecting section
  • troubleshooting section update

Paveljolak and others added 2 commits April 14, 2026 09:11
Solved github issues: UbiquityRobotics#54 UbiquityRobotics#55  UbiquityRobotics#56
* how to turn off robot section
* windows mentioned in connecting section
* troubleshooting section update
@paemlaban paemlaban marked this pull request as ready for review April 14, 2026 07:18
|


.. .. important::
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be here.

From where did it come from? Did we make a mistake in the past?

I thought I cleared this from jazzy-devel.
If you create a fresh branch directly from jazzy-devel this shouldn't exists.

Check code-page: https://github.com/UbiquityRobotics/learn2/blob/jazzy-devel/docs/driving/connecting.rst?plain=1

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked into it in details, I can see what happened now:

You created /feature branch from jazzy branch directly.

You should create /feature branch from jazzy-devel branch and then push to jazzy-devel.

Comment thread docs/driving/shutdown.rst
Comment thread docs/driving/shutdown.rst
@@ -0,0 +1,33 @@
Quick Troubleshooting Tips
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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?
If yes, then I wouldn't use raw html here. "Sphinx" - the documentation library that we are using, already has an extension called "sphinx-design" that does this>

Here is how it looks by default:

Image

When it is opened:

Image

I can add this for you guys in the next PR, and then we can discuss how we would like to use it.

Copy link
Copy Markdown
Collaborator

@Paveljolak Paveljolak Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the code is pretty simple:

.. dropdown:: **On/off switch is not working**

   The issue may be caused by an intermittent internal hardware contact.
   Try pressing the switch firmly, or give the switch area a light tap.

So you would mitigate all of this raw html stuff.


<details>
<summary><strong>Motors/robot are not moving</strong></summary>
<p>Restart the robot and test movement again.</p>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add, restarting the MCB first, then restarting the robot fully.
Maybe some pictures as well, more explanation also.

<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>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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.

Copy link
Copy Markdown
Collaborator

@Paveljolak Paveljolak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall good additions to the documentation.

I will not close this PR, but I suggest you do the following:

  • Close the PR.
  • Open another \feature branch SPECIFICALLY FROM jazzy-devel branch and copy the work that you did here to there.
  • Open a new PR.

If you would like before opening the new PR I can add the extension for the dropdown menus so we do not clutter stuff with raw html's. Just send me a message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants