Skip to content

Commit cebdaea

Browse files
authored
remove stretch diagnostics (#43)
* remove stretch diagnostics * remove pyfunmap
1 parent 725aaa9 commit cebdaea

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

developing/cli.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
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:
44

55
- 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.
86
- Stretch URDF - Tools for working with Stretch's URDFs.
97
- Stretch Factory - Tools used at Hello Robot during the robot's bring-up.
108

@@ -94,7 +92,6 @@ For<span class="w"> </span>use<span class="w"> </span>with<span class="w"> </spa
9492
<span class="k"> hello-robot-stretch-body-tools = </span><span class="m">.6.3</span>
9593
<span class="k"> hello-robot-stretch-tool-share = </span><span class="m">0.2.8</span>
9694
<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>
9895
<span class="k"> hello-robot-stretch-urdf = </span><span class="m">0.0.18</span>
9996
<span class="s">[Pass] ROS 2 Humble is ready</span>
10097
<span class="k"> Workspace at ~/ament_ws/src/stretch_ros2</span>
@@ -315,16 +312,6 @@ Can we get rid of this?
315312
This script prints the version information for various software packages on the robot.
316313

317314

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-
328315
## Stretch URDF Tools
329316

330317
### stretch_urdf_example.py

mkdocs_pt.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ nav:
8686
- Thread Safety: https://github.com/hello-robot/stretch_body/blob/master/docs/is_thread_safe/README.md
8787
# - ./sensors.md # TODO
8888
# - ./audio.md
89-
# - ./pyfunmap.md
9089
# - ./ik.md
9190
# - ./visual_servoing.md
9291
# - ./other.md

python/pyfunmap.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)