-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
172 lines (167 loc) · 6.87 KB
/
mkdocs.yml
File metadata and controls
172 lines (167 loc) · 6.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
site_name: Galaxea Documentation
site_url: https://docs.galaxea.ai
repo_url: https://github.com/userguide-galaxea/Product_User_Guide
site_description: "Galaxea Documentation"
copyright: Copyright © 2023 - 2025 Galaxea
site_author: Galaxea Inc
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
icon:
repo: fontawesome/brands/github
palette:
primary: black
font:
code: Roboto Mono
plugins:
- optimize
- search:
enabled: true
- navigation:
enable: true
- toc:
enable: true
- mkdocs-markdown-it-embed:
enable: true
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- search.highlight
- search.inline
- search.excerpt
# - navigation.expand
- navigation.top
- navigation.sticky
- toc.follow
- navigation.tracking
- navigation.path
extra:
mathjax:
enable: true
social:
- icon: material/twitter
link: https://x.com/Galaxea_AI
- icon: material/github
link: https://github.com/userguide-galaxea
nav:
- GUIDE: index.md
- Galaxea Robot:
- R1: Introducing_Galaxea_Robot/product_info/R1.md
- A1: Introducing_Galaxea_Robot/product_info/A1.md
- Tabletop Teleopration: Guide/Tabletop_Teleopration/Tabletop_Teleopration.md
- Accessories:
- Gripper: Introducing_Galaxea_Robot/product_info/A1_accessory_G1.md
- Dexterous Hand: Introducing_Galaxea_Robot/product_info/Dexterous_Hands.md
- Galaxea A1 User Guide:
- Unbox and Installation Guide: Guide/A1/A1_Getting_Started.md
- Hardware Introduction: Guide/A1/A1_Hardware_Guide.md
- Software Introduction: Guide/A1/A1_Software_Guide.md
- Simulation Usage Instruction: Guide/A1/A1_Simulation_Tutorial.md
- FAQ: Guide/A1/A1_FAQ.md
- Galaxea A1XY User Guide:
- Getting Started: Guide/A1XY/A1XY_Getting_Started.md
- Unbox and Installation Guide: Guide/A1XY/A1XY_Unbox_Guide.md
- Startup and Demo Guide: Guide/A1XY/A1XY_Startup_Demo_Guide.md
- Hardware Introduction: Guide/A1XY/A1XY_Hardware_Introduction.md
- Software Introduction: Guide/A1XY/A1XY_Software_Introduction.md
# - Simulation Usage Instruction: Guide/A1/A1_Simulation_Tutorial.md
# - FAQ: Guide/A1/A1_FAQ.md
- Galaxea R1 User Guide:
- Getting Started: Guide/R1/R1_Overview.md
- Unbox and Startup Guide: Guide/R1/R1_Step_by_Step_Guide.md
- Demo Guide: Guide/R1/R1_Demo_Guide.md
- Hardware Introduction: Guide/R1/R1_Hardware_Guide.md
- Software Introduction: Guide/R1/R1_Software_Guide.md
- Simulation Usage Instruction: Guide/R1/R1_Simulation_Tutorial.md
- Sensor Calibration Data Collection Method: Guide/R1/R1_Sensor_Calibration_Data_Collection_Method.md
- Teleop Usage Tutorial: Guide/R1/R1_Teleop_Usage_Tutorial.md
- VR Teleop Usage Tutorial: Guide/R1/R1_VR_Teleop_Usage_Tutorial.md
- Autonomous Navigation System Usage Tutorial: Guide/R1/R1_Autonomous_Navigation_System_Usage_Tutorial.md
# - FAQ: Guide/R1/R1_FAQ.md
- Software Changelog: Guide/R1/R1_Software_Changelog/R1_changelog.md
- Galaxea R1 Lite User Guide:
- Getting Started: Guide/R1Lite/R1Lite_Getting_Started.md
- Unbox and Startup Guide: Guide/R1Lite/R1Lite_Unbox_Startup_Guide.md
- Hardware Introduction: Guide/R1Lite/R1Lite_Hardware_Introduction.md
- Software Introduction: Guide/R1Lite/R1Lite_Software_Introduction.md
- Wheel Motor Zero-Point Calibration Instruction: Guide/R1Lite/R1Lite_Wheel_Motor_Calibration.md
- Software Changelog: Guide/R1Lite/R1Lite_Software_Changelog/R1Lite_changelog.md
- Galaxea R1 Pro User Guide:
- Getting Started: Guide/R1Pro/R1Pro_Getting_Started.md
- Unbox and Startup Guide: Guide/R1Pro/R1Pro_Unbox_Startup_Guide.md
- Demo Guide: Guide/R1Pro/R1Pro_Demo_Guide.md
- Hardware Introduction: Guide/R1Pro/R1Pro_Hardware_Introduction.md
- Software Introduction: Guide/R1Pro/R1Pro_Software_Guide.md
- Teleop Usage Tutorial: Guide/R1Pro/R1Pro_Teleop_Usage_Tutorial.md
- VR Teleop Usage Tutorial: Guide/R1Pro/R1Pro_VR_Teleop_Usage_Tutorial.md
- Software Changelog: Guide/R1Pro/R1Pro_Software_Changelog/R1Pro_changelog.md
- ROS2 Upgrade Guide: Guide/ROS2_upgrade/ROS2_upgrade_guide.md
extra_css:
- styles.css
- Introducing_Galaxea_Robot/simple_intro.css
- Introducing_Galaxea_Robot/detail_intro.css
markdown_extensions:
- toc
- pymdownx.details
- pymdownx.superfences
- admonition
- attr_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- i18n:
docs_structure: folder
fallback_to_default: false
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 中文
build: true
nav_translations:
GUIDE: 首页
Galaxea Robot: 产品信息
Galaxea A1 User Guide: Galaxea A1 用户手册
Galaxea A1XY User Guide: Galaxea A1XY 用户手册
Galaxea R1 User Guide: Galaxea R1 用户手册
Galaxea R1 Pro User Guide: Galaxea R1 Pro 用户手册
Galaxea R1 Lite User Guide: Galaxea R1 Lite 用户手册
Accessories: 配件
Gripper: 夹爪
Dexterous Hand: 灵巧手
Tabletop Teleopration: 桌面遥操
Getting Started: 快速开始
Overview: 快速开始
Hardware Introduction: 硬件介绍
Software Introduction: 软件介绍
# Step-By-Step Startup Guide: 开箱启动指南
Unbox and Startup Guide: 开箱启动指南
Startup and Demo Guide: 启动与Demo演示指南
Unbox and Installation Guide: 开箱安装指南
Demo Guide: Demo演示指南
Software Changelog: 软件版本更新日志
Simulation Usage Instruction: 仿真平台使用说明
Sensor Calibration Data Collection Method: 传感器标定数据采集方法
Teleop Usage Tutorial: Teleop 同构遥操作教程
VR Teleop Usage Tutorial: VR Teleop 遥操作教程
Autonomous Navigation System Usage Tutorial: 自主导航系统使用教程
Wheel Motor Zero-Point Calibration Instruction: 舵轮电机零点标定说明
FAQ: 常见问题
ROS2 Upgrade Guide: ROS2 升级烧录操作教程