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.

164 lines
5.7 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. site_name: Stretch Tutorials
  2. site_url: https://docs.hello-robot.com/stretch_tutorials
  3. site_description: "Hello Robot Stretch Tutorials"
  4. copyright: 'Copyright © 2022 Hello Robot Inc'
  5. site_author: Hello Robot Inc
  6. use_directory_urls: True
  7. docs_dir: .
  8. site_dir: ../site
  9. theme:
  10. name: material
  11. #font: Arial
  12. palette:
  13. - scheme: default
  14. primary: hello-robot-light
  15. toggle:
  16. icon: material/lightbulb-outline
  17. name: Switch to dark mode
  18. - scheme: slate
  19. primary: hello-robot-dark
  20. toggle:
  21. icon: material/lightbulb
  22. name: Switch to light mode
  23. logo: images/hello_robot_logo_light.png
  24. favicon: images/hello_robot_favicon.png
  25. features:
  26. - navigation.instant
  27. extra_css:
  28. - ./docs/extra.css
  29. markdown_extensions:
  30. - pymdownx.highlight
  31. - pymdownx.superfences
  32. - pymdownx.inlinehilite
  33. - pymdownx.keys
  34. - admonition
  35. - pymdownx.tabbed:
  36. alternate_style: true
  37. plugins:
  38. - same-dir
  39. # - simple:
  40. # merge_docs_dir: true
  41. # include_extensions: [".css", ".png"]
  42. # include_folders: ['../hello_helpers']
  43. - mike:
  44. # these fields are all optional; the defaults are as below...
  45. version_selector: true # set to false to leave out the version selector
  46. css_dir: css # the directory to put the version selector's CSS
  47. javascript_dir: js # the directory to put the version selector's JS
  48. canonical_version: null # the version for <link rel="canonical">; `null`
  49. # uses the version specified via `mike deploy`
  50. - search
  51. - tags
  52. - mkdocstrings:
  53. default_handler: python
  54. handlers:
  55. python:
  56. selection:
  57. docstring_style: numpy
  58. rendering:
  59. show_root_heading: true
  60. show_source: false
  61. members_order: source
  62. heading_level: 3
  63. show_if_no_docstring: true
  64. extra:
  65. version:
  66. provider: mike
  67. default: latest
  68. social:
  69. - icon: material/home
  70. link: https://hello-robot.com
  71. - icon: material/twitter
  72. link: https://twitter.com/HelloRobotInc
  73. - icon: material/github
  74. link: https://github.com/hello-robot
  75. - icon: material/linkedin
  76. link: https://linkedin.com/company/hello-robot-inc
  77. nav:
  78. - Getting to Know Stretch:
  79. - Quick Start: docs/getting_started/quick_start_guide.md
  80. - Robot Safety: docs/getting_started/robot_safety_guide.md
  81. - Best Practices: docs/getting_started/best_practices.md
  82. - Advanced:
  83. - Untethered Operation: docs/getting_started/untethered_operation.md
  84. - Updating Software: docs/getting_started/updating_software.md
  85. - Stretch Body:
  86. - Basics:
  87. - Safe Coding: tutorial_safe_coding.md
  88. - Command line Tools: tutorial_command_line_tools.md
  89. - Simple Coding: tutorial_simple_coding.py
  90. - Robot Motion: tutorial_robot_motion.md
  91. - Robot Sensors: tutorial_robot_sensors.md
  92. - Advanced:
  93. - Dynamixel Servos: tutorial_dynamixel_servos.md
  94. - Parameter Management: tutorial_parameter_management.md
  95. - Splined Trajectories: tutorial_splined_trajectories.md
  96. - Collision Avoidance: tutorial_collision_avoidance.md
  97. - Custom Wrist DOF: ./extending_wrist_dof/README.md
  98. - ROS1:
  99. - Overview: README.md
  100. - Basics:
  101. - Getting Started: getting_started.md
  102. - Gazebo Basics: gazebo_basics.md
  103. - Teleoperating Stretch: teleoperating_stretch.md
  104. - Internal State of Stretch: internal_state_of_stretch.md
  105. - RViz Basics: rviz_basics.md
  106. - Navigation Stack: navigation_stack.md
  107. - MoveIt! Basics: moveit_basics.md
  108. - Follow Joint Trajectory Commands: follow_joint_trajectory.md
  109. - Perception: perception.md
  110. - ArUco Marker Detection: aruco_marker_detection.md
  111. - ReSpeaker Microphone Array: respeaker_microphone_array.md
  112. - FUNMAP: https://github.com/hello-robot/stretch_ros/tree/master/stretch_funmap
  113. - ROS testing: foo.md
  114. - Other Nav Stack Features: foo.md
  115. - Other Examples:
  116. - Teleoperate Stretch with a Node: example_1.md
  117. - Filter Laser Scans: example_2.md
  118. - Mobile Base Collision Avoidance: example_3.md
  119. - Give Stretch a Balloon: example_4.md
  120. - Print Joint States: example_5.md
  121. - Store Effort Values: example_6.md
  122. - Capture Image: example_7.md
  123. - Voice to Text: example_8.md
  124. - Voice Teleoperation of Base: example_9.md
  125. - Tf2 Broadcaster and Listener: example_10.md
  126. - PointCloud Transformation: example_11.md
  127. - ArUco Tag Locator: example_12.md
  128. - ROS2:
  129. - Overview: README.md
  130. - Basics:
  131. - Getting Started: getting_started.md
  132. - Gazebo Basics: gazebo_basics.md
  133. - Teleoperating Stretch: teleoperating_stretch.md
  134. - Internal State of Stretch: internal_state_of_stretch.md
  135. - RViz Basics: rviz_basics.md
  136. - Navigation Stack: navigation_stack.md
  137. - MoveIt! Basics: moveit_basics.md
  138. - Follow Joint Trajectory Commands: follow_joint_trajectory.md
  139. - Perception: perception.md
  140. - ArUco Marker Detection: aruco_marker_detection.md
  141. - ReSpeaker Microphone Array: respeaker_microphone_array.md
  142. - FUNMAP: https://github.com/hello-robot/stretch_ros/tree/master/stretch_funmap
  143. - ROS testing: foo.md
  144. - Other Nav Stack Features: foo.md
  145. - Other Examples:
  146. - Teleoperate Stretch with a Node: example_1.md
  147. - Filter Laser Scans: example_2.md
  148. - Mobile Base Collision Avoidance: example_3.md
  149. - Give Stretch a Balloon: example_4.md
  150. - Print Joint States: example_5.md
  151. - Store Effort Values: example_6.md
  152. - Capture Image: example_7.md
  153. - Voice to Text: example_8.md
  154. - Voice Teleoperation of Base: example_9.md
  155. - Tf2 Broadcaster and Listener: example_10.md
  156. - PointCloud Transformation: example_11.md
  157. - ArUco Tag Locator: example_12.md