Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94b6c4d

Browse files
author
committedFeb 3, 2025·
Deployed bf7d805 with MkDocs version: 1.6.1
0 parents  commit 94b6c4d

File tree

433 files changed

+51740
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

433 files changed

+51740
-0
lines changed
 

‎.nojekyll

Whitespace-only changes.

‎404.html

+361
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,361 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
8+
9+
<title>Robótica Computacional - Insper</title>
10+
11+
12+
<link rel="stylesheet"
13+
href="https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:700|Oxygen+Mono|Source+Sans+Pro:700|Source+Serif+Pro&amp;display=swap">
14+
<link rel="stylesheet" href="/robotica-computacional/assets/css/main.css">
15+
<script>
16+
// SETUP GLOBAL CONSTANTS
17+
var base_url = '/robotica-computacional/';
18+
19+
var telemetryEnabled = false;
20+
var backendUrl = "";
21+
var courseSlug = "";
22+
23+
24+
var dashboardEnabled = false;
25+
var tagTree = {};
26+
27+
28+
// SETUP PLUGIN
29+
window.initialized = false;
30+
if (!window.initializers) window.initializers = [];
31+
window.registerInitializer = (initialize) => {
32+
if (window.initialized) initialize();
33+
else window.initializers.push(initialize);
34+
};
35+
</script>
36+
<script type="text/x-mathjax-config">
37+
MathJax.Hub.Config({
38+
tex2jax: {
39+
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
40+
processEscapes: true
41+
}
42+
});
43+
</script>
44+
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
45+
<script src="https://unpkg.com/hyperscript.org"></script>
46+
<script src="https://unpkg.com/htmx.org@1.8.4"></script>
47+
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
48+
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns/dist/chartjs-adapter-date-fns.bundle.min.js"></script>
49+
<script src="/robotica-computacional/assets/js/main.js"></script>
50+
51+
<link rel="stylesheet" href="/robotica-computacional/equipe.css"><link rel="stylesheet" href="/robotica-computacional/css/ansi-colours.css"><link rel="stylesheet" href="/robotica-computacional/css/jupyter-cells.css"><link rel="stylesheet" href="/robotica-computacional/css/pandas-dataframe.css">
52+
</head>
53+
<body>
54+
<div class="ah-main-container">
55+
<header class="ah-header">
56+
<button class="ah-menu-btn ah-button ah-button--borderless"
57+
aria-label="toggle menu">
58+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
59+
<!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
60+
<path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/>
61+
</svg>
62+
</button>
63+
<a href="/robotica-computacional/."
64+
title="Robótica Computacional - Insper"
65+
class="ah-logo"
66+
aria-label="Robótica Computacional - Insper">
67+
Robótica Computacional - Insper
68+
</a>
69+
<div class="ah-header--right">
70+
71+
72+
73+
<button id="resetHandoutButton">
74+
<span class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-trash3" viewBox="0 0 16 16">
75+
<path d="M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5ZM11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H2.506a.58.58 0 0 0-.01 0H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1h-.995a.59.59 0 0 0-.01 0H11Zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5h9.916Zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47ZM8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z"/>
76+
</svg></span>
77+
</button>
78+
79+
80+
81+
</div>
82+
</header>
83+
<nav class="ah-navigation preload">
84+
<div class="ah-nav-container">
85+
<button class="ah-menu-btn ah-button ah-button--borderless close-menu"
86+
aria-label="close menu">
87+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
88+
<!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
89+
<path d="M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z"/>
90+
</svg>
91+
</button>
92+
<ul class="ah-nav-body">
93+
94+
95+
96+
<li>
97+
<a href="/robotica-computacional/.">Home</a>
98+
</li>
99+
100+
101+
102+
103+
104+
<li>
105+
<a href="/robotica-computacional/criterios/">Critérios de Aprovação</a>
106+
</li>
107+
108+
109+
110+
111+
112+
<li>
113+
<a href="/robotica-computacional/aps/">Sobre as APS</a>
114+
</li>
115+
116+
117+
118+
119+
120+
<li>
121+
<a href="/robotica-computacional/screen_record/">Como Gravar a Tela no Linux</a>
122+
</li>
123+
124+
125+
126+
127+
<li class="ah-togglable-item">
128+
<span class="ah-togglable-handle">Unidade 1</span>
129+
<ul>
130+
131+
132+
<li class="ah-togglable-item">
133+
<span class="ah-togglable-handle">Capítulo 1 - Introdução ao Curso</span>
134+
<ul>
135+
136+
137+
138+
<li>
139+
<a href="/robotica-computacional/modulos/01-intro/">Index</a>
140+
</li>
141+
142+
143+
144+
145+
146+
<li>
147+
<a href="/robotica-computacional/modulos/01-intro/atividades/atividade-dia1/">Atividade Dia 1</a>
148+
</li>
149+
150+
151+
152+
153+
<li class="ah-togglable-item">
154+
<span class="ah-togglable-handle">Atividades</span>
155+
<ul>
156+
157+
158+
<li class="ah-togglable-item">
159+
<span class="ah-togglable-handle">1 - Infra</span>
160+
<ul>
161+
162+
163+
164+
<li>
165+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/">Começe Aqui!</a>
166+
</li>
167+
168+
169+
170+
171+
<li class="ah-togglable-item">
172+
<span class="ah-togglable-handle">1.1 - Linux</span>
173+
<ul>
174+
175+
176+
177+
<li>
178+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/ssd-linux/">Início</a>
179+
</li>
180+
181+
182+
183+
184+
<li class="ah-togglable-item">
185+
<span class="ah-togglable-handle">Primeiro boot com SSD</span>
186+
<ul>
187+
188+
189+
190+
<li>
191+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/ssd-linux/recebi-meu-ssd/">Primeiro Boot</a>
192+
</li>
193+
194+
195+
196+
197+
198+
<li>
199+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/ssd-linux/recebi-meu-ssd/windows/">Primeiro Boot - Windows</a>
200+
</li>
201+
202+
203+
204+
205+
206+
<li>
207+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/ssd-linux/recebi-meu-ssd/mac-os/">Primeiro Boot - MAC</a>
208+
</li>
209+
210+
211+
212+
</ul>
213+
</li>
214+
215+
216+
217+
218+
<li>
219+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/ssd-linux/primeiros-passos/">Meu SSD subiu, e agora?</a>
220+
</li>
221+
222+
223+
224+
225+
226+
<li>
227+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/ssd-linux/guia-linux/">Guia básico de Linux</a>
228+
</li>
229+
230+
231+
232+
233+
234+
<li>
235+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/ssd-linux/git-e-github/">Configure o seu Git</a>
236+
</li>
237+
238+
239+
240+
</ul>
241+
</li>
242+
243+
244+
245+
246+
<li>
247+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/robo-simulado/">1.2 - Robô Simulado</a>
248+
</li>
249+
250+
251+
252+
253+
254+
<li>
255+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/turtlebot3/">1.3 - Robô TurtleBot3</a>
256+
</li>
257+
258+
259+
260+
</ul>
261+
</li>
262+
263+
264+
265+
<li class="ah-togglable-item">
266+
<span class="ah-togglable-handle">2 - Revisão Python</span>
267+
<ul>
268+
269+
270+
271+
<li>
272+
<a href="/robotica-computacional/modulos/01-intro/atividades/21-classes/">2.1 - Introdução à Classes no Python</a>
273+
</li>
274+
275+
276+
277+
278+
279+
<li>
280+
<a href="/robotica-computacional/modulos/01-intro/atividades/22-funcoes/">2.2 - Dicionario e Funções</a>
281+
</li>
282+
283+
284+
285+
</ul>
286+
</li>
287+
288+
289+
</ul>
290+
</li>
291+
292+
293+
294+
<li class="ah-togglable-item">
295+
<span class="ah-togglable-handle">APS 1</span>
296+
<ul>
297+
298+
299+
300+
<li>
301+
<a href="https://classroom.github.com/a/VtCSBzyf">APS 1 - Classroom</a>
302+
</li>
303+
304+
305+
306+
307+
308+
<li>
309+
<a href="/robotica-computacional/modulos/01-intro/aps/enunciado/">Enunciado</a>
310+
</li>
311+
312+
313+
314+
315+
316+
<li>
317+
<a href="/robotica-computacional/modulos/01-intro/atividades/guias-infra/checagem/">Checagem da Infra</a>
318+
</li>
319+
320+
321+
322+
</ul>
323+
</li>
324+
325+
326+
</ul>
327+
</li>
328+
329+
330+
</ul>
331+
</li>
332+
333+
334+
</ul>
335+
</div>
336+
</nav>
337+
<main class="ah-content ah-typeset">
338+
339+
<h1>Página não encontrada</h1>
340+
<p>A página que você tentou acessar não existe.</p>
341+
<figure>
342+
<img src="/robotica-computacional/assets/images/meme.gif" />
343+
</figure>
344+
<p>Se você digitou este endereço, verifique se não ocorreu um erro de digitação.</p>
345+
<p>
346+
Se você copiou este endereço ou clicou em um link, por favor, avise o professor. Não se esqueça de informar o endereço!
347+
</p>
348+
349+
</main>
350+
<footer class="ah-footer ah-typeset">
351+
<div class="ah-footer-nav">
352+
353+
354+
</div>
355+
</footer>
356+
</div>
357+
358+
359+
360+
</body>
361+
</html>

0 commit comments

Comments
 (0)