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.

110 lines
3.3 KiB

  1. site_name: ros2
  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: ros2
  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. - ./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 Started: ./getting_started.md
  79. - Motion Commands: ./jogging.md
  80. - Robot Drivers: ./robot_drivers.md
  81. # - Writing Nodes: ./writing_nodes.md # TODO
  82. - Navigation with Nav2:
  83. - Overview: ./navigation_overview.md
  84. - Nav2 Basics: ./navigation_stack.md
  85. - Nav2 Simple Commander: ./navigation_simple_commander.md
  86. # - Manipulation with MoveIt2: # TODO
  87. # - MoveIt Basics: ./moveit_basics.md # TODO
  88. # - MoveIt with RViz: ./moveit_rviz_demo.md # TODO
  89. # - MoveGroup C++ API: ./moveit_movegroup_demo.md # TODO
  90. - FUNMAP: https://github.com/hello-robot/stretch_ros2/tree/humble/stretch_funmap#overview
  91. # - Mapping: ./writing_nodes.md #TODO
  92. # - Navigation: ./writing_nodes.md #TODO
  93. # - Manipulation: ./writing_nodes.md # TODO
  94. - Perception: ./perception.md
  95. - Examples:
  96. - Filter Laser Scans: ./example_2.md
  97. - Collision Avoidance: ./example_3.md
  98. - Rviz Markers: ./example_4.md
  99. - Offloading Computation: ./remote_compute.md
  100. - ArUco Locator: ./example_12.md
  101. - Voice Teleop: ./example_9.md
  102. - Playing Audio: ./example_9.md
  103. - Rosbags & MCAPs: ./example_9.md