Skip to content

Commit c94007c

Browse files
committed
Fix typo
1 parent 8cd4829 commit c94007c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/tutorial.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Visualizing Robots
146146
Before jumping into how to build a robot model, let's first see how to visualize
147147
one. This can be done using COMPAS :class:`~compas.scene.Scene`.
148148
The procedure is the same in any of the CAD software. Below you can find
149-
an example code for both Rhino and Blender.
149+
an example code for both Rhino and Blender.
150150

151151

152152
.. tab-set::
@@ -432,13 +432,12 @@ The following snippet shows how to load the robot model currently active in ROS:
432432
... print(robot.model)
433433

434434

435-
FK, IK & Path Planning
436-
======================
435+
IK & Path Planning
436+
==================
437437

438438
Robot models are the base for a large number of additional features that are
439-
provided via extension packages. In particular, features such as
440-
forward and inverse kinematic solvers and path planning are built on top of
441-
these robot models, but are integrated into
439+
provided via extension packages. In particular, features such as inverse kinematic
440+
solvers and path planning are built on top of these robot models, but are integrated into
442441
`COMPAS FAB <https://gramaziokohler.github.io/compas_fab/latest/>`_.
443442

444443
For further details about these features, check the detailed examples in

0 commit comments

Comments
 (0)