Skip to content

Commit

Permalink
udpate for melodic and kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
puru rastogi committed Mar 22, 2021
1 parent c7f64c5 commit 9f69d08
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
13 changes: 2 additions & 11 deletions docs/source/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Software Requirements

**Operating System**

Ubuntu 16.04 or higher
Ubuntu 18.04 or higher

**Mandatory tools**

Robot Operating System (ROS) Kinetic or Melodic
Robot Operating System (ROS) Melodic of Noetic


----------------------------------------------
Expand Down Expand Up @@ -78,9 +78,6 @@ Installing the Mowito on Computer ( amd64 or x86)

``git clone -b melodic https://github.com/mowito/mowito_amd64.git`` \

for Ubuntu 16 - ROS Kinetic

``git clone -b kinetic https://github.com/mowito/mowito_amd64.git``\

3. Remove any previous installation of Mowito stack

Expand All @@ -90,19 +87,13 @@ Installing the Mowito on Computer ( amd64 or x86)

``./remove_mowito.sh melodic``

for Ubuntu 16 - ROS Kinetic

``./remove_mowito.sh kinetic``

4. Install the new Mowito stack

for Ubuntu 18 - ROS Melodic

``./setup_mowito.sh melodic``\

for Ubuntu 16 - ROS Kinetic

``./setup_mowito.sh kinetic``\


Installing the Mowito on the Robot -ROSbot ( arm64, armhf)
Expand Down
10 changes: 5 additions & 5 deletions docs/source/step_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ For Simulation

Mowito provide packages for the simulation of following robots:

1) ROSbot
1) ROSbot (Melodic and Noetic)

2) TurtleBot
2) TurtleBot (Melodic)

3) Husky

4) Jackal
3) Husky (Melodic)
4) Jackal (Melodic)

----------------------------
For Real Robot testing
Expand Down
1 change: 1 addition & 0 deletions docs/source/step_2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Step 1 : Cloning the chosen bot in the mowito_ws (the one you setup during insta
**For ROSBot, run the following command**

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


**For TurtleBot, run the following command**
Expand Down
8 changes: 3 additions & 5 deletions docs/source/step_5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ The following pages will get into more details about different config files, and

We will be focussing on configuring:

1. Controller - MaxL Controller
2. Controller - :ref:`Trajectory Planner<traj_planner>`
3. Cotnroller - :ref:`Pure Pursuit<pp>`
4. :ref:`Mission Executive<mission_executive>`
5. Costmap
1. Controller - :ref: `MaxL Controller<maxl_planner>`
2. :ref:`Mission Executive<mission_executive>`
3. Costmap


0 comments on commit 9f69d08

Please sign in to comment.