Skip to content

Commit

Permalink
Vacuum: Document manual mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovatorov committed Oct 29, 2020
1 parent 3b3d560 commit 8581812
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/vacuum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,43 @@ and updating from an URL requires you to pass the md5 hash of the file.

mirobo update-firmware v11_003094.pkg

Manual control
~~~~~~~~~~~~~~

To start the manual mode:

::

mirobo manual start

To move forward with velocity 0.3 for default amount of time:

::

mirobo manual forward 0.3

To turn 90 degrees to the right for default amount of time:

::

mirobo manual right 90

To stop the manual mode:

::

mirobo manual stop

To run the manual control TUI:

.. NOTE::

Make sure you have got `curses` library installed on your system.

::

mirobo manual tui


DND functionality
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8581812

Please sign in to comment.