Skip to content

Commit 0b123a8

Browse files
committed
Update docs examples
1 parent 6343a94 commit 0b123a8

File tree

9 files changed

+51
-0
lines changed

9 files changed

+51
-0
lines changed

docs/_static/exBasic.png

534 KB
Loading

docs/_static/exBurger.png

-120 KB
Binary file not shown.

docs/_static/exNed2.png

361 KB
Loading

docs/_static/exNiryo.png

414 KB
Loading

docs/_static/exPanda.png

510 KB
Loading

docs/_static/exSpot.png

613 KB
Loading

docs/_static/exT12.png

638 KB
Loading

docs/_static/syntaxXML.png

-23 KB
Binary file not shown.

docs/use_examples.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Examples
2+
========
3+
4+
Basic Robot
5+
-----------
6+
7+
This robot is simply two geometric components with a single prismatic joint.
8+
9+
.. image:: _static/exBasic.png
10+
:alt: Basic robot, a cylinder and plate, shown in viewer
11+
12+
13+
Niryo
14+
-----
15+
16+
The examples include a simplified version of Niryo which links a mesh file to
17+
create the gripping mechanism.
18+
19+
.. image:: _static/exNiryo.png
20+
:alt: Simplified Niryo robot shown in viewer
21+
22+
.. note::
23+
The *Path* is relative to the directory where JupyterLab is launched from.
24+
When modifying, this path should point to the location of the robot
25+
description packages containing the mesh files. In this case, the path is
26+
by default set to */examples* because this is the parent directory of the
27+
robot description packages.
28+
29+
.. image:: _static/exNed2.png
30+
:alt: Ned 2 robot shown in viewer
31+
32+
Spot
33+
----
34+
35+
.. image:: _static/exSpot.png
36+
:alt: Spot robot shown in viewer
37+
38+
Panda
39+
-----
40+
41+
Xacro files are also supported. However, it is not (yet) possible to search for
42+
packages with ``$(find robot_description)``.
43+
44+
.. image:: _static/exPanda.png
45+
46+
47+
T12
48+
---
49+
50+
.. image:: _static/exT12.png
51+
:alt: T12 robot shown in viewer

0 commit comments

Comments
 (0)