File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Visualizing Robots
146146Before jumping into how to build a robot model, let's first see how to visualize
147147one. This can be done using COMPAS :class: `~compas.scene.Scene `.
148148The 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
438438Robot 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
444443For further details about these features, check the detailed examples in
You can’t perform that action at this time.
0 commit comments