Skip to content

Commit b71de04

Browse files
committed
Add image to homepage of tutorials
Clarify Panda robot usage
1 parent 6ec1d66 commit b71de04

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

doc/getting_started/getting_started.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ You will need to have a `catkin <http://wiki.ros.org/catkin>`_ workspace setup:
3232

3333
mkdir -p ~/ws_moveit/src
3434

35-
Download the Example Code
36-
^^^^^^^^^^^^^^^^^^^^^^^^^
35+
Download Example Code
36+
^^^^^^^^^^^^^^^^^^^^^
37+
38+
To easily follow along with these tutorials, you will need a **ROBOT_moveit_config** package. The default demo robot is the Panda arm from Franka Emika. To get a working **panda_moveit_config** package, we recommend you install from source.
39+
3740
Within your `catkin <http://wiki.ros.org/catkin>`_ workspace, download the tutorials as well as the ``panda_moveit_config`` package: ::
3841

3942
cd ~/ws_moveit/src

index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
MoveIt! Tutorials
22
=================
33

4-
These tutorials will step you through using MoveIt! with your robot. It is assumed the robot you are working with 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, skip to the "Integration with a New Robot" tutorials, below. If you just want to quickly try MoveIt!, use the default Panda robot as your quick-start demo.
4+
These tutorials will step you through using and learning the MoveIt! Motion Planning Framework.
55

6-
.. 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>`_.
6+
.. image:: doc/quickstart_in_rviz/rviz_plugin_head.png
7+
:width: 700px
8+
9+
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.
710

8-
To follow along with these tutorials you will need a **ROBOT_moveit_config** package. This tutorial will use the Panda robot from Franka Emika. To get a working **panda_moveit_config** package you can install from source, create your own, or install from Debian. We will walk through each method in the following Getting Started tutorial:
11+
.. 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>`_.
912

1013

1114
Getting Started with MoveIt! and RViz

0 commit comments

Comments
 (0)