Aaron Edsinger 886345eb96 | 2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
tutorial_collision_avoidance.md | 2 years ago | |
tutorial_command_line_tools.md | 2 years ago | |
tutorial_dynamixel_servos.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_simple_coding.py | 2 years ago | |
tutorial_splined_trajectories.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 robot. The Stretch Body interface is intended for users who chose 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 |
---|---|
Safe Coding | Best practices in writing safe Stretch Body code |
Command line Tools | Introduction to the Stretch Body command line tools |
Simple Coding | Simple examples of writing Stretch Body code |
Robot Motion | Exploring how to command robot motion |
Robot Sensors | Exploring how to read robot sensors |
Tutorial | Description |
---|---|
Dynamixel Servos | How to configure and work with the Stretch Dynamixel servos |
Parameter Management | How to work with Stretch's parameter system |
Splined Trajectories | How to generated coordinated, smooth, and full-body motion |
Collision Avoidance | How to work with Stretch's collision avoidance system |
Changing Tools | How to integrate 3rd party tools onto the Stretch wrist |