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.
 
hello-sanchez f2b8c78eae Included parent links in TF display. 2 years ago
images Init commit of tf2_broadcaster images. 2 years ago
rviz Included parent links in TF display. 2 years ago
src Init commit of tf2_listener node. 2 years ago
stored_data Init commit of stored data and media. 2 years ago
LICENSE Create LICENSE 2 years ago
README.md Added Voice Teleoperationof Base example. 2 years ago
example_1.md Fixed typos. 2 years ago
example_2.md Fixed typos. 2 years ago
example_3.md Fixed typos. 2 years ago
example_4.md Fixed typos. 2 years ago
example_5.md Fixed typos. 2 years ago
example_6.md Fixed typos. 2 years ago
example_7.md Fixed typos. 2 years ago
example_8.md Fixed typos. 2 years ago
example_9.md Init commit of Voice Teleoperation Base Node. 2 years ago
follow_joint_trajectory.md Added joint_mobile_base_translation to the joint limits list. 2 years ago
gazebo_basics.md Changed to appropriate ROS package name and aligned all images to the center. 2 years ago
getting_started.md Changed to appropriate ROS package name and aligned all images to the center. 2 years ago
internal_state_of_stretch.md Changed to appropriate ROS package name and aligned all images to the center. 2 years ago
moveit_basics.md Changed to appropriate ROS package name and aligned all images to the center. 2 years ago
navigation_stack.md Changed the images parameters. 2 years ago
perception.md Added Next Tutorial link. 2 years ago
respeaker_microphone_array.md Init commit of ReSpeaker image and tutorial. 2 years ago
rviz_basics.md Changed to appropriate ROS package name and aligned all images to the center. 2 years ago
teleoperating_stretch.md Changed to appropriate ROS package name and aligned all images to the center. 2 years ago

README.md

Introduction

This repo provides instructions on installing and using code on the Stretch RE1 robot. The goal is to provide a user familiar with ROS with the tools to operate a Stretch robot.

Stretch ROS Tutorials

  1. Getting Started
  2. Gazebo Basics
  3. Teleoperating Stretch
  4. Internal State of Stretch
  5. RViz Basics
  6. Navigation Stack
  7. MoveIt! Basics
  8. Follow Joint Trajectory Commands
  9. Perception
  10. ReSpeaker Microphone Array
  11. FUNMAP
  12. ROS testing
  13. Other Nav Stack Features

Other ROS Examples

To help get you get started on your software development, here are examples of nodes to have the stretch perform simple tasks.

  1. Teleoperate Stretch with a Node - Use a python script that sends velocity commands.
  2. Filter Laser Scans - Publish new scan ranges that are directly in front of Stretch.
  3. Mobile Base Collision Avoidance - Stop Stretch from running into a wall.
  4. Give Stretch a Balloon - Create a "balloon" marker that goes where ever Stretch goes.
  5. Print Joint States - Print the joint states of Stretch.
  6. Store Effort Values - Print, store, and plot the effort values of the Stretch robot.
  7. Capture Image - Capture images from the RealSense camera data.
  8. Voice to Text - Interpret speech and save transcript to a text file.
  9. Voice Teleoperation of Base - Use speech to teleoperate the mobile base.