Skip to content

Commit

Permalink
Add presentation and details
Browse files Browse the repository at this point in the history
  • Loading branch information
P2-718na committed Nov 23, 2023
1 parent 1bc3748 commit 78b3151
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
tbd

## Repository structure
- 📁 [assets](https://github.com/P2-718na/inverted-pendulum/tree/master/assets)
- Various assets.
- 📁 [code](https://github.com/P2-718na/inverted-pendulum/tree/master/code)
- 📁 [code](https://github.com/P2-718na/dpic/tree/master/code)
- Code used for pendulum control and data acquisition.
- 📁 [docs](https://github.com/P2-718na/inverted-pendulum/tree/master/docs)
- 📁 [docs](https://github.com/P2-718na/dpic/tree/master/docs)
- Final report and other documentation.
- 📁 [scripts](https://github.com/P2-718na/inverted-pendulum/tree/master/scripts)
- 📁 [scripts](https://github.com/P2-718na/dpic/tree/master/scripts)
- npm scripts.
146 changes: 146 additions & 0 deletions code/serial-studio-directive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"frameEnd": " )",
"frameStart": "( ",
"groups": [
{
"datasets": [
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": true,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "X",
"units": "m",
"value": "%1",
"widget": ""
},
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": true,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "V",
"units": "m/s",
"value": "%2",
"widget": ""
},
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": true,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "a1",
"units": "rad",
"value": "%3",
"widget": ""
},
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": true,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "w1",
"units": "rad/s",
"value": "%4",
"widget": ""
},
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": true,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "a2",
"units": "rad",
"value": "%5",
"widget": ""
},
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": true,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "w2",
"units": "rad/s",
"value": "%6",
"widget": ""
}
],
"title": "Stato",
"widget": ""
},
{
"datasets": [
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": true,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "Force",
"units": "N",
"value": "%7",
"widget": ""
},
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": true,
"led": false,
"log": false,
"max": 0,
"min": 0,
"title": "PWM Signal",
"units": "1/255",
"value": "%8",
"widget": ""
},
{
"alarm": 0,
"fft": false,
"fftSamples": 1024,
"graph": false,
"led": true,
"log": false,
"max": 0,
"min": 0,
"title": "Controllable",
"units": "",
"value": "%9",
"widget": ""
}
],
"title": "Controllo",
"widget": ""
}
],
"separator": ",",
"title": "aaa"
}
Binary file added docs/Discussione.key
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/report/report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@
\frontmatter % Folios in Roman numerals, unnumbered chapters.

\unibotitle
\cleartorecto

\include{sections/dedication}
\cleartorecto
\include{sections/abstract}

\cleartorecto
Expand Down

0 comments on commit 78b3151

Please sign in to comment.