-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathmkdocs.yml
132 lines (109 loc) · 4.21 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
# Website details
site_name: ERC Handbook
site_url: https://erc-bpgc.github.io/handbook/
site_description: A beginners guide to all things robotics
site_author: Electronics and Robotics Club (ERC), BITS Goa
copyright: 'Copyright © 2020 Electronics and Robotics Club (ERC), BITS Goa'
# mkdocs setup
theme:
name: 'material'
language: en
icon:
logo: material/book-open-page-variant
favicon: images/logo.png
features:
- tabs
palette:
primary: green
accent: green
repo_name: 'handbook'
repo_url: 'https://github.com/ERC-BPGC/handbook'
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/erc_bpgc
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/ElectronicsAndRoboticsClub
- icon: fontawesome/brands/github
link: https://github.com/ERC-BPGC
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/erc_bitsgoa/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/electronics-robotics-club-bits-goa/
markdown_extensions:
- attr_list
- smarty
- admonition
- codehilite
- admonition
- pymdownx.arithmatex:
generic: true
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
google_analytics:
- UA-173174352-1
- auto
# navigation bar
nav:
- Home: index.md
- Roadmap: roadmap.md
- Automation:
- Introduction: automation/intro.md
- ROS:
- Setting Up: automation/ROS/setting_up.md
- Getting Started with ROS: automation/ROS/ros.md
- ROS Parameters: automation/ROS/ros_p2.md
- Path Planning:
- Introduction to Path Planning in Robotics: automation/PathPlanners/Introduction_to_Path_Planning_in_Robotics/intro.md
- Graph Based Algorithms:
- A Star: automation/PathPlanners/Graph_Based_Algorithms/Astar.md
- Dijkstra's Algorithm: automation/PathPlanners/Graph_Based_Algorithms/Dijkstra.md
- Sampling Based Algorithms:
- RRT: automation/PathPlanners/Sampling_Based_Algorithms/RRT.md
- RRT Star: automation/PathPlanners/Sampling_Based_Algorithms/RRT_Star.md
- PRM: automation/PathPlanners/Sampling_Based_Algorithms/PRM.md
- Control Theory:
- Introduction to Control Theory: automation/ControlTheory/Control_Theory.md
- PID Controller: automation/ControlTheory/PID_Controller.md
- Linear Quadratic Regulator: automation/ControlTheory/LQR.md
- Model Predictive Control: automation/ControlTheory/MPC.md
- Electronics:
- Introduction: electronics/intro.md
- Basic Electronic Components:
- Breadboard: electronics/Basic_Electronic_Components/breadboard.md
- Sensors:
- Lidar: electronics/Sensors/lidar.md
- Development Boards:
- Arduino: electronics/Development_Boards/Arduino.md
- ESP32 : electronics/Development_Boards/ESP32.md
- BluePill (STM32F103C8T6) : electronics/Development_Boards/STM32.md
- Arduino vs STM32 : electronics/Development_Boards/STM32vsArduinoUNO.md
- Pyboard - MicroPython : electronics/Development_Boards/Pyboard.md
- Modules:
- Wifi Module: electronics/Modules/wifi_module.md
- Motors :
- Servo Motors: electronics/Motors/ServoMotor.md
- Mechanical:
- Introduction: mechanical/intro.md
- Mechanical 101: mechanical/mech101.md
- Gears: mechanical/Gears.md
- Drive Mechanism: mechanical/drive_mechanism.md
- Kinematics and Dynamics:
- Position and Orientation: mechanical/position and orientation.md
- Kinematics:
- Joint Kinematics: mechanical/Joint Kinematics.md
- Forward and Inverse Kinematics: mechanical/Forward and Inverse Kinematics.md
- Dynamics:
- Introduction to Dynamics: mechanical/Introduction to Dynamics.md
- Simulation:
- Introduction: simulation/intro.md
- Gazebo:
- Basics of Gazebo: simulation/gazebo/basics.md
- Robot Description: simulation/gazebo/Robot_Description.md
- STDR Simulator:
- Basics of STDR: simulation/stdr/Basics.md
- About Us: about.md
- Miscellaneous Resources: misc.md
- Updates: CHANGELOG.md