Skip to content

Commit

Permalink
New Tutorial Series: Developing with Stretch, Python Tutorial, & ROS2…
Browse files Browse the repository at this point in the history
… Tutorials
  • Loading branch information
hello-binit committed Mar 4, 2024
1 parent f19bdb6 commit c67b338
Show file tree
Hide file tree
Showing 75 changed files with 1,470 additions and 1,573 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
![](./images/banner.png)
# Overview
![](./images/stretch_top_view.png)
The Stretch Tutorials repository provides tutorials on programming Stretch robots. The tutorials are organized into the following tracks.

# Tutorials

The Stretch Tutorials repository provides tutorials on programming Stretch robots. The tutorials are organized into the following tracks.

| Tutorial Track | Description |
|--------------------------------------------------------|-------------------------------------------------------------------|
| [Getting to Know Stretch](./getting_started/README.md) | Everything a new user of Stretch needs to get started |
| [Stretch Body Python SDK](./stretch_body/README.md) | Learn how to program Stretch using its low level Python interface |
| [ROS](./ros1/README.md) | Learn how to program Stretch using its ROS interface |
| [ROS 2 (Beta)](./ros2/README.md) | Learn how to program Stretch using its ROS2 interface |
| [Stretch Tool Share](./stretch_tool_share/README.md) | Learn how to update the end of arm tool hardware |
| Tutorial Track | Description |
| ------------------------------------------------- | ----------------------------------------------------------------------------- |
| [Developing with Stretch](./developing/basics.md) | Dig into the concepts and tools you'll need to develop software with Stretch. |
| [Python Tutorials](./python/sensors.md) | Learn how to program Stretch using its Python SDK |
| [ROS 2 Tutorials](./ros2/getting_started.md) | Learn how to program Stretch using its ROS 2 SDK |

------
<div align="center"> All materials are Copyright 2022-2024 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>
Expand Down
250 changes: 250 additions & 0 deletions developing/basics.md

Large diffs are not rendered by default.

Loading

0 comments on commit c67b338

Please sign in to comment.