-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathsidebar_tree.yaml
More file actions
156 lines (155 loc) · 4.51 KB
/
sidebar_tree.yaml
File metadata and controls
156 lines (155 loc) · 4.51 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
# Note: urls here must match the actual target urls exactly in order for menu
# highlighting to work.
tree:
- url: /
title: Introduction
- url: /robots_101/
title: Robots 101
tree:
- url: /robots_101/programme_structure
title: Programme Structure
- url: /robots_101/events
title: Events
- url: /robots_101/post_kickstart
title: After Kickstart
- url: /robots_101/design
title: Design
- url: /robots_101/code
title: Code
- url: /robots_101/theming
title: Theming
- url: /robots_101/tech_days
title: Tech Days
- url: /robots_101/team_supervisor
title: Running a team
- url: /tutorials/
title: Tutorials
tree:
- url: /tutorials/assembly
title: Kit Assembly
- url: /tutorials/python
title: An intro to Python
- url: /tutorials/getting_code_on_the_robot
title: Getting Code on the Robot
- url: /tutorials/basic_motor_control
title: Basic Motor Control
- url: /tutorials/editors/
title: Code Editors
tree:
- url: /tutorials/editors/pycharm
title: PyCharm
- url: /tutorials/editors/vscode
title: Visual Studio Code
- url: /tutorials/editors/remote-debug
title: VS Code Remote Debugging
- url: /tutorials/update_brain
title: Updating your brain board
- url: /tutorials/discord
title: How to use Discord
- url: /tutorials/code_submitter
title: Using the Code Submitter
- url: /rules/
title: Rules
tree:
#- url: /rules/code_of_conduct
# title: Code Of Conduct
- url: /rules/archive
title: Game Rules Archive
- url: /rules/safety_regulations
title: Safety Regulations
- url: /rules/pit_rules
title: Pit Rules
- url: /kit/
title: Kit
tree:
- url: /kit/batteries/
title: Batteries
tree:
- url: /kit/batteries/hke4_charger
title: HKE4 Charger
- url: /kit/batteries/imax_b6_charger
title: IMAX B6 Charger
- url: /kit/brain_board/
title: Brain Board
tree:
- url: /kit/brain_board/robot_os
title: Student Robotics OS
- url: /kit/brain_board/python_libraries
title: Python Libraries
- url: /kit/brain_board/web_interface
title: Web Interface
- url: /kit/brain_board/advanced
title: Advanced
- url: /kit/motor_board
title: Motor Board
- url: /kit/power_board
title: Power Board
- url: /kit/servo_board
title: Servo Board
- url: /kit/arduino
title: Arduino
- url: /kit/return
title: Kit Return
- url: /programming/
title: Programming
tree:
- url: /programming/robot_api/
title: Robot API
tree:
- url: /programming/robot_api/comp_mode
title: Competition Mode
- url: /programming/leds
title: Brain Board LED API
- url: /programming/motors
title: Motor Board API
- url: /programming/power
title: Power Board API
- url: /programming/servos
title: Servo Board API
- url: /programming/vision/
title: Vision
tree:
- url: /programming/vision/markers
title: Markers
- url: /programming/vision/position
title: Position
- url: /programming/vision/orientation
title: Orientation
- url: /programming/arduino/
title: Arduino API
tree:
- url: /programming/arduino/sr_firmware
title: SR Firmware
- url: /programming/arduino/extended_sr_firmware
title: Extended SR Firmware
- url: /programming/arduino/custom_firmware
title: Custom Firmware
- url: /programming/cheat_sheet
title: API Quick Reference
- url: /simulator/
title: Simulator
tree:
- url: /simulator/setting_up_simulator
title: Setting up the Simulator
- url: /simulator/using_the_simulator
title: Using the Simulator
- url: /simulator/simulated_robot
title: The Simulated Robot
- url: /simulator/troubleshooting
title: Troubleshooting
- url: /competitor_resources/
title: Resources
tree:
- url: /competitor_resources/simulator_activities
title: Simulator Activities
- url: /competitor_resources/microgames
title: Microgames
- url: /competitor_resources/markers
title: Game markers
- url: /troubleshooting/
title: Troubleshooting
tree:
- url: /troubleshooting/python
title: Python
- url: /troubleshooting/interactive_troubleshooter
title: Interactive Troubleshooter