Aaron Edsinger 7de8e4a169 | 2 years ago | |
---|---|---|
.. | ||
custom_wrist_dof | 2 years ago | |
images | 2 years ago | |
README.md | 2 years ago | |
tutorial_collision_avoidance.md | 2 years ago | |
tutorial_command_line_tools.md | 2 years ago | |
tutorial_contact_models.md | 2 years ago | |
tutorial_custom_wrist_dof.md | 2 years ago | |
tutorial_dynamixel_servos.md | 2 years ago | |
tutorial_introduction.md | 2 years ago | |
tutorial_parameter_management.md | 2 years ago | |
tutorial_robot_motion.md | 2 years ago | |
tutorial_robot_sensors.md | 2 years ago | |
tutorial_safe_coding.md | 2 years ago | |
tutorial_splined_trajectories.md | 2 years ago | |
tutorial_stretch_body_api.md | 2 years ago | |
tutorial_tool_change.md | 2 years ago |
Stretch Body is a set of Python packages that allow a developer to directly program the hardware of the Stretch RE1 and RE2 robots. The Stretch Body interface is intended for users who choose to not use ROS.
Stretch Body currently supports both Python2 and Python3. These tutorials assume a general familiarity with Python as well as basic robot motion control.
Tutorial | Description | |
---|---|---|
1 | Introduction | Introduction to the Stretch Body package |
2 | Command line Tools | Using the Stretch Body command line tools |
3 | Stretch Body API | Walk through of the Stretch Body API |
4 | Robot Motion | How to command robot motion |
4 | Robot Sensors | How to read robot sensors |
Tutorial | Description | |
---|---|---|
1 | Dynamixel Servos | How to configure and work with the Dynamixel servos |
2 | Parameter Management | How to work with parameter system |
3 | Splined Trajectories | How to generated coordinated, smooth, and full-body motion |
4 | Collision Avoidance | How to work with the collision avoidance system |
5 | Contact Models | How to work with the contact detection system |
6 | Changing Tools | How to configure Stretch to work with a different tool |
7 | Custom Wrist DOF | How to integrate custom DOF onto the wrist |
8 | Safety Features | Learn about Stretch Body features that keep the robot safe |