forked from icub-tech-iit/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
205 lines (196 loc) · 9.97 KB
/
mkdocs.yml
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
# Project information
site_name: iCub Tech Docs
site_url: https://icub-tech-iit.github.io/documentation
site_description: Documentation resources for the iCub & R1 robots
site_author: iCub Tech
copyright: BSD 3-Clause License
repo_name: icub-tech-iit/documentation
repo_url: https://github.com/icub-tech-iit/documentation
theme:
name: material
palette:
accent: amber
features:
- tabs
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.sections
- navigation.top
icon:
logo: material/robot
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.highlight
- pymdownx.keys
- pymdownx.magiclink:
user: icub-tech-iit
repo: documentation
repo_url_shortener: true
repo_url_shorthand: true
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
- markdown.extensions.toc:
permalink: true
nav:
- iCub Tech Docs:
- Home Page: index.md
- iCub Starter Kits:
- First steps with the Humanoid iCub: icub_starter_kits/first_steps.md
- iCub HW:
- Summary: icub_hw.md
- The iCub Versions Table:
- iCub versions Table: icub_versions/index.md
- The iCub Wiring:
- Summary: icub_wiring/index.md
- iCub 1.x: icub_wiring/icub1_x.md
- iCub 2.x: icub_wiring/icub2_x.md
- iCub 3.x: icub_wiring/icub3_x.md
- The iCub Tendons manual:
- Summary: icub_tendons/index.md
- Neck: icub_tendons/neck.md
- Shoulder and Elbow: icub_tendons/shoulder_elbow.md
- Lower Arm:
- Definition: icub_tendons/lower_arm.md
- Version 1:
- Building Phase:
- How-to Cable and Needed Parts V1: icub_tendons/hand_cabling_V1.md
- Repair Phase:
- Disconnection V1: icub_tendons/remove.md
- Lower Arm V1: icub_tendons/lower_arm_V1.md
- Wrist and Hand Cabling V1: icub_tendons/wrist_hand_cabling_V1.md
- Version 2:
- Building Phase:
- How-to Cable and Needed Parts V2: icub_tendons/hand_cabling_V2.md
- Repair Phase:
- Disconnection V2: icub_tendons/remove.md
- Lower Arm V2: icub_tendons/lower_arm_V2.md
- Wrist and Hand Cabling V2: icub_tendons/wrist_hand_cabling_V2.md
- Waist, Leg and Ankle: icub_tendons/waist_legs.md
- The iCub Upgrade Kits:
- Summary: upgrade_kits/index.md
- KIT_002 Update of torso capacitors: upgrade_kits/torso_capacitors/support.md
- KIT_003 Hands Support: upgrade_kits/hands/support.md
- KIT_004 Update upper arm covers : upgrade_kits/upperarm_cover_icub2_5/support.md
- KIT_005 Eyes Motor Replacement Support: upgrade_kits/eyes/support.md
- KIT_006 Update of differential neck pulley: upgrade_kits/differential_neck_pulley/support.md
- KIT_007 Ankle for climbing stairs: upgrade_kits/ankle_for_stairs/support.md
- KIT_008 RealSense Holder: upgrade_kits/realsense_holder/support.md
- iCub Kinematics:
- Summary: icub_kinematics/index.md
- iCub Joints: icub_kinematics/icub-joints/icub-joints.md
- iCub Joints Limits: icub_kinematics/icub-joints-limits/icub-joints-limits.md
- Range of Motion of the iCub Shoulders: icub_kinematics/icub-shoulders-range-of-motion/icub-shoulders-range-of-motion.md
- Robot Configuration: icub_kinematics/icub-robot-configuration/icub-robot-configuration.md
- iCub Model naming conventions: icub_kinematics/icub-model-naming-conventions/icub-model-naming-conventions.md
- Vergence, Version and Disparity: icub_kinematics/icub-vergence-version/icub-vergence-version.md
- iCub FW Kinematics: icub_kinematics/icub-forward-kinematics/icub-forward-kinematics.md
- iCub FW Kinematics Arms: icub_kinematics/icub-forward-kinematics/icub-forward-kinematics-arms.md
- iCub FW Kinematics Fingers: icub_kinematics/icub-forward-kinematics/icub-forward-kinematics-fingers.md
- iCub FW Kinematics Head: icub_kinematics/icub-forward-kinematics/icub-forward-kinematics-head.md
- iCub FW Kinematics Legs: icub_kinematics/icub-forward-kinematics/icub-forward-kinematics-legs.md
- iCub FW Kinematics IMU: icub_kinematics/icub-forward-kinematics/icub-forward-kinematics-imu.md
- iCub 3:
- iCub 3 joints specs: icub3/icub3-joints.md
- iCub CPU boards: icub_cpu_boards/icub_cpu_boards.md
- F/T Sensors:
- Summary: ft_sensors/index.md
- F/T Sensors: ft_sensors/ft_sensors.md
- F/T Onboard IMU: ft_sensors/ft_onboard_imu.md
- Study on change of frame for accelerometer measurements: ft_sensors/change_of_frame_accelerometer.md
- Custom components: custom_components/custom_components.md
- iCub SW:
- Summary: icub_sw.md
- Software Installation:
- Summary: sw_installation/index.md
- Installation from sources:
- Superbuild Installation:
- Windows: sw_installation/windows_from_sources_superbuild.md
- Linux (Debian/Ubuntu): sw_installation/linux_from_sources_superbuild.md
- macOS: sw_installation/macos_from_sources_superbuild.md
- Manual Installation:
- Linux (Debian/Ubuntu): sw_installation/linux_from_sources_manual.md
- Installation from pre-compiled binaries:
- Windows: sw_installation/windows_binaries.md
- Linux (Debian/Ubuntu): sw_installation/linux_binaries.md
- Check your installation: sw_installation/check_your_installation.md
- Installation on specific systems on iCub setup:
- Superbuild Installation:
- icub-head: sw_installation/icub_head_superbuild.md
- Manual Installation:
- icub-head: sw_installation/icub_head_manual.md
- Software Versioning Table: sw_versioning_table/index.md
- The OS for the iCub environment:
- Summary: icub_operating_systems/index.md
- The OS on icub-head:
- Introduction: icub_operating_systems/icubos/icubos.md
- BIOS Tweaks: icub_operating_systems/icubos/bios.md
- Installation:
- Installation from pre-built image: icub_operating_systems/icubos/installation-from-image.md
- Installation from scratch: icub_operating_systems/icubos/installation-from-scratch.md
- Networking: icub_operating_systems/icubos/networking.md
- Bluetooth: icub_operating_systems/icubos/bluetooth.md
- User environment: icub_operating_systems/icubos/user-env.md
- Further tasks: icub_operating_systems/icubos/further-tasks.md
- The OS on PC104 (live USB):
- Introduction: icub_operating_systems/pc104/icub-live.md
- Installation: icub_operating_systems/pc104/the-icub-live-installation.md
- 32 bits version: icub_operating_systems/pc104/icub-live-32bits.md
- Details: icub_operating_systems/pc104/the-icub-live-details.md
- The OS on other machines (not on robot):
- Generic iCub environment machines: icub_operating_systems/other-machines/generic-machine.md
- The iCub Server:
- The iCub Dedicated Server:
- Summary: icub_operating_systems/other-machines/icub-server-os.md
- Installation from pre-built image: icub_operating_systems/other-machines/icub-server-from-image.md
- Installation from scratch: icub_operating_systems/other-machines/icub-server-from-scratch.md
- The iCub Console Server: icub_operating_systems/other-machines/icub-server-laptop.md
- The CUDA workstation: icub_operating_systems/other-machines/cuda-workstation.md
- OS images download: icub_operating_systems/download.md
- iCub Setup startup procedure: icub_operating_systems/startup-procedure.md
- iCub Setup Multiple Robots:
- Summary: icub_setup_multiple_robots/index.md
- How to use two iCub robots in gazebo simulation: icub_setup_multiple_robots/two_robots_simulation.md
- How to use two real iCub robots on the same network: icub_setup_multiple_robots/two_robots_real.md
- iCub Firmware:
- Summary: icub_firmware/index.md
- Firmware Toolchain Documentation:
- Summary: icub_firmware/fw_toolchain/index.md
- Installing Keil: icub_firmware/fw_toolchain/installing_keil.md
- Installing MPLAB: icub_firmware/fw_toolchain/installing_mplab.md
- Firmware Documentation: icub_firmware/firmware/firmware.md
- Associated Firmware: icub_firmware/associated-firmware/associated-firmware.md
- Old Tools:
- CanLoader: icub_firmware/canLoader/canLoader.md
- iCub Microphones:
- How to use microphones: icub_microphones/icub_microphones.md
- BCB Board:
- Bluetooth Protocol: bcb_board/bcb_bluetooth_protocol.md
- Robot Calibration:
- iCub 2.X Robot Calibration: icub_robot_calibration/icub-robot-calibration-v2.x.md
- iCub 1.3 Robot Calibration: icub_robot_calibration/icub-robot-calibration-v1.3.md
- Stereo Calibration: icub_robot_calibration/icub-stereo-calib.md
- iCub 3 Stator-Rotor auto-calibration: icub_robot_calibration/icub3-stator-rotor-autocalibration.md
- Calibration Types:
- iCub 2.X and R1 Calibration types: icub_r1_icub3_calibration_types/icub_r1_calibration_types.md
- iCub 3 Calibration types: icub_r1_icub3_calibration_types/icub3_calibration_types.md
- Configure IP on a setup for ETH boards:
- Configure IP on a setup for ETH boards: configure_static_ip/configure-static-ip.md
- Using iCub with ROS: icub_ros/index.md