You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
3.4 KiB

2 years ago
2 years ago
  1. ## Deprecated ROS Melodic with Stretch, watch ROS1 documentation with ROS Noetic!
  2. ![](../images/banner.png)
  3. # Tutorial Track: Stretch ROS1
  4. This tutorial track is for users looking to become familiar with programming the Stretch RE1 and RE2 via ROS1 Melodic. We recommend going through the tutorials in the following order:
  5. ## Basics
  6. | | Tutorial | Description |
  7. |---|---------------------------------------------------------------------------------|----------------------------------------------------|
  8. | 1 | [Getting Started](getting_started.md) | |
  9. | 2 | [Gazebo Basics](gazebo_basics.md) | |
  10. | 3 | [Teleoperating Stretch](teleoperating_stretch.md) | |
  11. | 4 | [Internal State of Stretch](internal_state_of_stretch.md) | |
  12. | 5 | [RViz Basics](rviz_basics.md) | |
  13. | 6 | [Navigation Stack](navigation_stack.md) | |
  14. | 7 | [MoveIt! Basics](moveit_basics.md) | |
  15. | 8 | [Follow Joint Trajectory Commands](follow_joint_trajectory.md) | |
  16. | 9 | [Perception](perception.md) | |
  17. | 10 | [ArUco Marker Detection](aruco_marker_detection.md) | |
  18. | 11 | [ReSpeaker Microphone Array](respeaker_microphone_array.md) | |
  19. | 12 | [FUNMAP](https://github.com/hello-robot/stretch_ros/tree/master/stretch_funmap) | |
  20. ## Other Examples
  21. To help get you get started on your software development, here are examples of nodes to have the stretch perform simple tasks.
  22. | | Tutorial | Description |
  23. |---|-------------------------------------------------|----------------------------------------------------|
  24. | 1 | [Teleoperate Stretch with a Node](example_1.md) | Use a python script that sends velocity commands. |
  25. | 2 | [Filter Laser Scans](example_2.md) | Publish new scan ranges that are directly in front of Stretch.|
  26. | 3 | [Mobile Base Collision Avoidance](example_3.md) | Stop Stretch from running into a wall.|
  27. | 4 | [Give Stretch a Balloon](example_4.md) | Create a "balloon" marker that goes where ever Stretch goes.|
  28. | 5 | [Print Joint States](example_5.md) | Print the joint states of Stretch.|
  29. | 6 | [Store Effort Values](example_6.md) | Print, store, and plot the effort values of the Stretch robot.|
  30. | 7 | [Capture Image](example_7.md) | Capture images from the RealSense camera data.|
  31. | 8 | [Voice to Text](example_8.md) | Interpret speech and save transcript to a text file.|
  32. | 9 | [Voice Teleoperation of Base](example_9.md) | Use speech to teleoperate the mobile base.|
  33. | 10 | [Tf2 Broadcaster and Listener](example_10.md) | Create a tf2 broadcaster and listener.|
  34. | 11 | [PointCloud Transformation](example_11.md) | Convert PointCloud2 data to a PointCloud and transform to a different frame.|
  35. | 12 | [ArUco Tag Locator](example_12.md) | Actuate the head to locate a requested ArUco marker tag and return a transform.|
  36. | 13 | [2D Navigation Goals](example_13.md) | Send 2D navigation goals to the move_base ROS node.|