Skip to content

Commit

Permalink
Add electrical diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuurmei committed Mar 14, 2024
1 parent 76faa6b commit c140318
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion _pages/electrical.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,15 @@ nav: false
nav_order: 2
---

test

<div class="row mt-3">
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid loading="eager" path="assets/img/updated_drive_train_electrical.png" class="img-fluid rounded z-depth-1" zoomable=true %}
</div>
<div class="col-sm mt-3 mt-md-0">
{% include figure.liquid loading="eager" path="assets/img/dumper_electrical.png" class="img-fluid rounded z-depth-1" zoomable=true %}
</div>
</div>
<div class="caption">
The electrical diagrams for the TRACBOT21. On the left is the schematic of the drive train and on the right is the schematic of the dumper. Click to enlarge.
</div>
8 changes: 4 additions & 4 deletions _pages/mechanical.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ nav: false
nav_order: 3
---

Our design is shown below in a 3D interactive fashion (to be updated).
Our design is shown below in a 3D interactive fashion.

<!-- Interactive 3D Model -->
<div class="fake-img l-screen-inset"> <p>
<div class="fake-img l-screen-inset">
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.4.0/model-viewer.min.js"></script>
<model-viewer alt="TRACBOT21 3D Model" src="../assets/models/TRACBOT21_model.gltf" shadow-intensity="1" camera-controls touch-action="pan-y"></model-viewer>
</p></div>
<model-viewer alt="TRACBOT21 3D Model" src="../assets/models/TRACBOT21_model_y-up.gltf" shadow-intensity="1" camera-controls touch-action="pan-y"></model-viewer>
</div>

0 comments on commit c140318

Please sign in to comment.