|
3 | 3 | This tutorial covers the command line tools included in the Stretch CLI. For a primer on using CLIs and the terminal, see [The Basics](basics.md#terminal) tutorial. The Stretch CLI is split among Stretch's Python packages. They are: |
4 | 4 |
|
5 | 5 | - Stretch Body - Tools that perform common tasks that are useful when developing with Stretch. |
6 | | - - Stretch PyFUNMAP - Tools that explore the capabilities of PyFUNMAP. |
7 | | - - Stretch Diagnostics - Tools for diagnosing issues with your robot. |
8 | 6 | - Stretch URDF - Tools for working with Stretch's URDFs. |
9 | 7 | - Stretch Factory - Tools used at Hello Robot during the robot's bring-up. |
10 | 8 |
|
@@ -94,7 +92,6 @@ For<span class="w"> </span>use<span class="w"> </span>with<span class="w"> </spa |
94 | 92 | <span class="k"> hello-robot-stretch-body-tools = </span><span class="m">.6.3</span> |
95 | 93 | <span class="k"> hello-robot-stretch-tool-share = </span><span class="m">0.2.8</span> |
96 | 94 | <span class="k"> hello-robot-stretch-factory = </span><span class="m">0.4.13</span> |
97 | | -<span class="k"> hello-robot-stretch-diagnostics = </span><span class="m">0.0.14</span> |
98 | 95 | <span class="k"> hello-robot-stretch-urdf = </span><span class="m">0.0.18</span> |
99 | 96 | <span class="s">[Pass] ROS 2 Humble is ready</span> |
100 | 97 | <span class="k"> Workspace at ~/ament_ws/src/stretch_ros2</span> |
@@ -315,16 +312,6 @@ Can we get rid of this? |
315 | 312 | This script prints the version information for various software packages on the robot. |
316 | 313 |
|
317 | 314 |
|
318 | | -## Stretch PyFUNMAP Tools |
319 | | - |
320 | | -### pyfunmap_head_scan_visualizer.py |
321 | | - |
322 | | - |
323 | | -## Stretch Diagnostics Tools |
324 | | - |
325 | | -### `stretch_diagnostic_check.py` |
326 | | - |
327 | | - |
328 | 315 | ## Stretch URDF Tools |
329 | 316 |
|
330 | 317 | ### stretch_urdf_example.py |
|
0 commit comments