Skip to content

Commit

Permalink
add mowito_rosbot package
Browse files Browse the repository at this point in the history
  • Loading branch information
puru07 committed Oct 22, 2020
1 parent 34f1395 commit f32e7b6
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions docs/source/rosbot_real.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ We won't spam. :)

.. _installion on rosbot:

Installation on ROSbot
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Installation Mowito Navigation Stack
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1. **SSH** into the ROSBot

Expand Down Expand Up @@ -118,6 +118,30 @@ Installation on ROSbot
6. In the end, the setup will ask for the uesr registeration.
Use the user name you used on the registration website and password that was mailed to you. You can use any name as robot name.

Installation of Mowito Rosbot Package
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Mowito Rosbot package simply contains the necessary launch files and config files, which Mowito team create for easy deployment on ROSbot.

1. **SSH** into the ROSBot

2. clone the Mowito ROSbot package into the mowito_ws

``cd ~/mowito_ws/src && git clone https://github.com/mowito/mowito_rosbot.git``

3. Build the Mowito ROSbot package.

``cd ~/mowito_ws && catkin_make``

of if you use catkin build tools

``cd ~/mowito_ws && catkin build``

4. source the mowito_ws whenever you need to run mowito_rosbot

``source ~/mowito_ws/devel/setup.bash``

TIP:: you can add the above command in you ``~/.bashrc`` so that its atuomatically executed everytime you open the terminal.


-------------------------------
Navigation - Without Map
Expand Down

0 comments on commit f32e7b6

Please sign in to comment.