Skip to content

Commit

Permalink
updated url for images
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasra-1374 committed Feb 4, 2024
1 parent 7d60958 commit 0ee3489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _pages/hardware.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A good engineer knows hardware better than software. That's because hardware can
Below are some of the fun hardware projects I've worked on in the past. Though, I admit, none of them would work without software.
<hr>
<!-- mROBerTO 2.0-->
<a href={{ "/mroberto_2/" | prepend:site.baseurl }}>
<a href="/blog/mroberto_2/">
(1) mROBerTO 2.0: A Millirobot for Swarm Studies
</a>
<p>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-01-29-mroberto_2.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Swarm robotic systems typically consist of simple and small-scale robots that co
The mROBerTO (milli-ROBot-TOronto) 2.0 millirobot that was developed, Figure 1, sought to improve the already existing <a href="https://ieeexplore.ieee.org/document/7759331">mROBerTO 1.0</a> in terms of its modularity and locomotive capabilities. The mROBerTO 2.0 has a footprint of 22x20 mm, and comprises four modules: (1) the processing and communication module (mainboard), (2) the locomotion module, (3) the swarm sensing module, and (4) the proximity sensing module. It costs approximately $140 USD in components and boards. In designing this robot, I was responbile for schematic design, PCB design, assembly, coding, and testing. The modules of this robot are further detailed below, followed by videos of some of the experiments completed with this robot.

<div style="display: flex; flex-wrap: wrap; justify-content: space-around;">
<img src={{ "/assets/images/mroberto_2/figure_1.png" | prepend:site.baseurl }} alt="Image 1" style="width: 100%; align: middle;" >
<img src="/blog/assets/images/mroberto_2/all.png" alt="Image 1" style="width: 100%; align: middle;" >
</div>
<p style="text-align: center;">Figure 1: mROBerTO 2.0 and its modules.</p>

Expand Down

0 comments on commit 0ee3489

Please sign in to comment.