Skip to content

Commit 8da0537

Browse files
davetcolemanrhaschke
authored andcommitted
Fix incongruous version number and add to top of every page (#346)
Follow up from https://github.com/ros-planning/moveit_tutorials/pull/338/files
1 parent 77e0912 commit 8da0537

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

_themes/sphinx_rtd_theme/breadcrumbs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
{% endfor %}
2020
<li>{{ title }}</li>
2121
</ul>
22+
{% include "moveit_version.html" %}
2223
<hr/>
2324
</div>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<br />
2+
<div class="admonition note">
3+
<p class="first admonition-title">Tutorials Version: Melodic</p>
4+
<p class="last">This is the latest release version, Melodic, which is LTS-stable. For advanced developers, we recommmend the latest <a class="reference external" href="https://ros-planning.github.io/moveit_tutorials/">master branch tutorials</a>.</p>
5+
</div>

doc/getting_started/getting_started.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Getting Started
22
===============
33

4-
.. note:: You are on the latest **ROS Melodic** version of the tutorials, which is less stable. For beginners we recommmend the more stable `ROS Kinetic tutorials <http://docs.ros.org/kinetic/api/moveit_tutorials/html/index.html>`_ (Requires Ubuntu 16.04). For older computers on Ubuntu 14.04 see `ROS Indigo tutorials with the PR2 <http://docs.ros.org/indigo/api/moveit_tutorials/html/doc/ikfast_tutorial.html>`_.
5-
64
Install ROS and Catkin
75
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86
`Install ROS Melodic <http://wiki.ros.org/melodic/Installation/Ubuntu>`_.

index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ These tutorials will step you through using and learning the MoveIt Motion Plann
88

99
In these tutorials, the Franka Emika Panda robot is used as a quick-start demo. Alternatively, you can easily use any robot that has already been configured to work with MoveIt - check the `list of robots running MoveIt <http://moveit.ros.org/robots/>`_ to see whether MoveIt is already available for your robot. Otherwise, you can setup MoveIt to work with your custom robot in the tutorial section "Integration with a New Robot", below.
1010

11-
.. note:: You are on the **ROS Melodic** version of the tutorials, which is the recommended for beginners but requires Ubuntu 18.04. For the latest, actively developed version of the tutorials see the `master <https://ros-planning.github.io/moveit_tutorials/>`_ version.
12-
13-
For older systems running ROS Kinetic on Ubuntu 16.04 see the `MoveIt Kinetic tutorials <http://docs.ros.org/kinetic/api/moveit_tutorials/html/index.html>`_.
14-
For even older systems running ROS Indigo on Ubuntu 14.04 see the `MoveIt Indigo tutorials based on the PR2 <http://docs.ros.org/indigo/api/moveit_tutorials/html/index.html>`_.
15-
16-
1711
Getting Started with MoveIt and RViz
1812
-------------------------------------
1913
.. toctree::

0 commit comments

Comments
 (0)