Browse Source

edit copyright

pull/14/head
Aaron Edsinger 1 year ago
parent
commit
80837b2246
22 changed files with 22 additions and 44 deletions
  1. +1
    -1
      README.md
  2. +1
    -2
      getting_started/README.md
  3. +1
    -2
      getting_started/best_practices.md
  4. +1
    -3
      getting_started/quick_start_guide_re1.md
  5. +1
    -2
      getting_started/quick_start_guide_re2.md
  6. +1
    -2
      getting_started/safety_guide.md
  7. +1
    -2
      getting_started/troubleshooting_guide.md
  8. +1
    -2
      getting_started/untethered_operation.md
  9. +1
    -2
      getting_started/updating_software.md
  10. +1
    -2
      stretch_body/tutorial_collision_avoidance.md
  11. +1
    -2
      stretch_body/tutorial_command_line_tools.md
  12. +1
    -2
      stretch_body/tutorial_contact_models.md
  13. +1
    -2
      stretch_body/tutorial_custom_wrist_dof.md
  14. +1
    -2
      stretch_body/tutorial_dynamixel_servos.md
  15. +1
    -2
      stretch_body/tutorial_introduction.md
  16. +1
    -2
      stretch_body/tutorial_parameter_management.md
  17. +1
    -2
      stretch_body/tutorial_robot_motion.md
  18. +1
    -2
      stretch_body/tutorial_robot_sensors.md
  19. +1
    -2
      stretch_body/tutorial_safe_coding.md
  20. +1
    -2
      stretch_body/tutorial_splined_trajectories.md
  21. +1
    -2
      stretch_body/tutorial_stretch_body_api.md
  22. +1
    -2
      stretch_body/tutorial_tool_change.md

+ 1
- 1
README.md View File

@ -12,5 +12,5 @@ The Stretch Tutorials reposotory provides tutorials on programming the Stretch R
| [ROS 2](./ros2/README.md) | Learn how to program Stretch using its ROS2 interface |
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
getting_started/README.md View File

@ -33,5 +33,4 @@ Another way is to look for the distinctive pink stripe on the RE2 base:
| 2 | [Updating Software](updating_software.md) | How to periodically update the Stretch software |
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
getting_started/best_practices.md View File

@ -23,5 +23,4 @@ While Stretch can tolerate a fair amount of misuse, the following best practices
| [Stretch Best Practices - Powered On Video](https://youtu.be/iEaapHNfEWA) | How to work with Stretch when its power is on |
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 3
getting_started/quick_start_guide_re1.md View File

@ -226,6 +226,4 @@ We recommend next exploring the ROS based demos that ship with Stretch. These [
That's it. Happy coding!
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
getting_started/quick_start_guide_re2.md View File

@ -227,6 +227,5 @@ We recommend next exploring the ROS based demos that ship with Stretch. These [
That's it. Happy coding!
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
getting_started/safety_guide.md View File

@ -211,5 +211,4 @@ The diagrams below show the potential crush points at the top and bottom of the
![](./images/lift_up_rs.png)
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
getting_started/troubleshooting_guide.md View File

@ -61,5 +61,4 @@ To turn it off, search for 'Startup' from Ubuntu Activities. Uncheck the box for
![](./images/xbox_off_rs.png)
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
getting_started/untethered_operation.md View File

@ -140,5 +140,4 @@ $ ssh-copy-id -i username@ip-address
This requires you to know the username and ip-address of the robot. Instructions on how to find this information is found in the [SSH & X Server](#ssh-x-server) section. You may now SSH into the robot as normal, and no prompt for the robot's password will appear.
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
getting_started/updating_software.md View File

@ -74,5 +74,4 @@ $ REx_firmware_updater.py --status
```
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_collision_avoidance.md View File

@ -241,5 +241,4 @@ Finally, test out the model by driving the arm and lift around using the XBox te
```
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_command_line_tools.md View File

@ -96,5 +96,4 @@ Take a minute to explore each of these tools from the console.
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_contact_models.md View File

@ -165,5 +165,4 @@ optional arguments:
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_custom_wrist_dof.md View File

@ -88,5 +88,4 @@ In [4]: r.end_of_arm.move_by('wrist_pitch',0.1)
```
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_dynamixel_servos.md View File

@ -211,5 +211,4 @@ m.stop()
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_introduction.md View File

@ -183,5 +183,4 @@ robot.push_command()
**NOTE**: The Dynamixel servos do not use the Hello Robot communication protocol. As such, the head, wrist, and gripper will move immediately upon issuing a motion command.
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_parameter_management.md View File

@ -138,5 +138,4 @@ This will update the file `stretch_user_params.yaml`
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_robot_motion.md View File

@ -313,5 +313,4 @@ The Stretch_Body interface is not designed to support high bandwidth control app
In practice, a Python based control loop that calls push_command( ) at 1Hz to 10Hz is sufficiently matched to the robot natural dynamics.
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_robot_sensors.md View File

@ -350,5 +350,4 @@ The `cliff_event` flag is set when any of the four sensor readings exceed `cliff
The cliff detection logic can be found in the [Pimu firmware](https://github.com/hello-robot/stretch_firmware/blob/master/arduino/hello_pimu/Pimu.cpp).
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_safe_coding.md View File

@ -109,5 +109,4 @@ The [Robot Sentry](https://github.com/hello-robot/stretch_body/blob/master/pytho
See the [Collision Avoidance Tutorial](./tutorial_collision_avoidance.md) for more information the the Stretch collision avoidance system.
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_splined_trajectories.md View File

@ -117,5 +117,4 @@ It is generally important for the waypoints to be spaced far apart. Stretch isn'
The stepper controllers (arm, lift, and base) can be updated at approximately 20 Hz maximum. Therefore, if your waypoints are spaced 50 ms apart, you run the risk of overflowing the stepper controller. Likewise, the Dynamixel joints can be updated at approximately 12 Hz. As a rule of thumb, spacing the waypoints over 100 ms apart is a good idea.
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_stretch_body_api.md View File

@ -417,5 +417,4 @@ p.stop()
::: stretch_body.pimu.Pimu
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

+ 1
- 2
stretch_body/tutorial_tool_change.md View File

@ -244,5 +244,4 @@ Stretch ROS also supports the tool plug-in architecture. Under ROS this is manag
More coming soon.
------
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks. The Stretch RE1 and RE2 robots are covered by U.S. Patent 11,230,000 and other patents pending.</div>
<div align="center"> All materials are Copyright 2022 by Hello Robot Inc. Hello Robot and Stretch are registered trademarks.</div>

Loading…
Cancel
Save