forked from calcmogul/controls-engineering-in-frc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrols-engineering-in-frc.tex
165 lines (141 loc) · 5.48 KB
/
controls-engineering-in-frc.tex
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
\documentclass[11pt]{book}
% Used by cover/title pages and PDF attributes
\newcommand{\booktitle}{Controls Engineering in the FIRST Robotics Competition}
\newcommand{\bookdisplaytitle}%
{Controls Engineering in the\\FIRST Robotics Competition}
\newcommand{\bookauthor}{Tyler Veness}
\usepackage{amsmath,amssymb,amsthm}
\DeclareMathOperator{\cov}{cov}
\DeclareMathOperator{\eig}{eig}
\DeclareMathOperator{\rank}{rank}
\DeclareMathOperator{\sgn}{sgn}
\DeclareMathOperator{\sinc}{sinc}
\DeclareMathOperator{\std}{std}
\DeclareMathOperator{\tr}{tr}
\DeclareMathOperator{\var}{var}
\usepackage{mathtools} % For \DeclarePairedDelimiter
\DeclarePairedDelimiter{\norm}{\lVert}{\rVert}
\usepackage[english]{babel} % English language/hyphenation
\usepackage{bm}
\usepackage{booktabs} % For nicer horizontal rules in tables
\usepackage{calc} % For simpler calculation in spacing index letter headings
\usepackage{colortbl} % For colored table rows
\usepackage{csquotes} % Suppress warning from babel about missing csquotes
\usepackage{fancyhdr} % For the headers
\usepackage{float} % For preventing figure floating
\usepackage[bottom]{footmisc} % For putting footnotes at the bottom of the page
\usepackage{textcomp,gensymb} % For degree symbol
\usepackage[top=3cm,bottom=3cm,left=3cm,right=3cm,headsep=10pt,a4paper]{geometry}
\usepackage{graphicx} % For including figures
\graphicspath{{figs/}} % Specifies directory where figures are stored
\usepackage{imakeidx} % For \indexsetup command to fix index heading style
\usepackage{listings}
\usepackage{mathrsfs}
\usepackage{mathtools} % For \prescript{}
\DeclareMathAlphabet{\mathscrbf}{OMS}{cmsy}{m}{n}
\usepackage{makeidx}
\usepackage{parskip}
\usepackage{placeins} % For FloatBarrier command
\usepackage{subcaption}
\usepackage{tikz}
\usepackage{titletoc}
\usepackage{enumitem} % Customize lists
\setlist{nolistsep} % Reduce spacing between bullet points and numbered lists
% Font setup
\usepackage{microtype} % Slightly tweak font spacing for aesthetics
\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
% Set main fonts
\usepackage[no-math]{fontspec}
\setmainfont[Path=./fonts/,
BoldFont=FreeSerifBold.ttf,
ItalicFont=FreeSerifItalic.ttf,
BoldItalicFont=FreeSerifBoldItalic.ttf]{FreeSerif.ttf}
\setsansfont[Path=./fonts/,
BoldFont=FreeSansBold.ttf,
ItalicFont=FreeSansOblique.ttf,
BoldItalicFont=FreeSansBoldOblique.ttf]{FreeSans.ttf}
\renewcommand{\familydefault}{\rmdefault}
% Bibliography setup
\usepackage[style=numeric,citestyle=numeric,sorting=nyt,sortcites=true,autopunct=true,autolang=hyphen,hyperref=true,abbreviate=false,backref=true,backend=biber]{biblatex}
\addbibresource{controls-engineering-in-frc.bib}
\defbibheading{bibempty}{}
% Index setup
\makeindex
\indexsetup{othercode={\fancyhead[LO,RE]{\sffamily\bfseries Index}}}
\usepackage{hyperref}
\hypersetup{hidelinks,colorlinks=false,breaklinks=true,bookmarksopen=false,
pdftitle=\booktitle,pdfauthor=\bookauthor}
\urlstyle{same}
% Load after hyperref
\usepackage[nopostdot,style=index,nonumberlist]{glossaries}
\input{preamble/styles}
\input{preamble/macros}
\input{preamble/layout}
\renewcommand*{\glstextformat}[1]{\textcolor{glscolor}{#1}}
\input{glossary-entries}
\makeglossaries
\begin{document}
% \usechapterimagefalse
\frontmatter
\input{frontmatter/cover}
\input{frontmatter/title}
\input{frontmatter/copyright}
\input{frontmatter/toc}
\input{frontmatter/preface}
% Define path commands for redefinition later
\newcommand*{\partpath}{}
\newcommand*{\chapterpath}{}
\mainmatter
\setcounter{chapter}{-1}
\renewcommand*{\partpath}{introduction}
\input{\partpath/notes-to-the-reader}
\part{Fundamentals of control theory}
\label{part:fundamentals_of_control_theory}
\renewcommand*{\partpath}{fundamentals-of-control-theory}
\input{\partpath/control-system-basics}
\input{\partpath/pid-controllers}
\input{\partpath/transfer-functions}
\part{Modern control theory}
\label{part:modern_control_theory}
\renewcommand*{\partpath}{modern-control-theory}
\input{\partpath/linear-algebra}
\input{\partpath/ss-controllers}
\input{\partpath/digital-control}
\input{\partpath/nonlinear-control}
\input{\partpath/ss-applications}
\part{Estimation and localization}
\label{part:estimation_and_localization}
\renewcommand*{\partpath}{estimation-and-localization}
\input{\partpath/stochastic-control-theory}
\input{\partpath/pose-estimation}
\part{System modeling}
\label{part:system_modeling}
\renewcommand*{\partpath}{system-modeling}
\input{\partpath/calculus}
\input{\partpath/dynamics}
\input{\partpath/model-examples}
\input{\partpath/system-identification}
\part{Motion planning}
\label{part:motion_planning}
\renewcommand*{\partpath}{motion-planning}
\input{\partpath/1-dof-motion-profiles}
\input{\partpath/trajectory-optimization}
\part{Appendices}
\renewcommand{\chaptermark}[1]{\markboth{\sffamily\normalsize\bfseries\appendixname\ \thechapter.\ #1}{}}
\appendix
\renewcommand*{\partpath}{appendices}
\input{\partpath/simplifying-block-diagrams}
\input{\partpath/laplace-domain-analysis}
\input{\partpath/robust-control}
\input{\partpath/installing-python-packages}
\input{\partpath/linear-quadratic-regulator}
\input{\partpath/steady-state-feedforward}
\input{\partpath/derivations}
\renewcommand{\chaptermark}[1]{\markboth{\sffamily\normalsize\bfseries #1}{}}
\backmatter
\chapterimage{backmatter.jpg}{Sunset near Porter Academic building at UCSC}
\input{backmatter/glossary}
\input{backmatter/bibliography}
\input{backmatter/index}
\input{backmatter/cover}
\end{document}