Skip to content

Commit be69959

Browse files
authored
Update README.md
1 parent a6bb310 commit be69959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ All the custom CAD files used to contruct the two robots have been included in t
4141
NeuroPup is the dog-like robot. Synapider is the spider-like robot. Both are quadrupedal robots that were developed as part of the 10-week undergraduate research program completed during summer 2023. As previously stated, both have been built out of a combination of VEX hardware, lasercut MDF wood, and 3D-printed parts.
4242

4343
<div style="display: flex; justify-content: space-between;">
44-
<img src="https://github.com/PritRaj1/QuadBot-NeuroMorphic/tree/main/Synapider%20-%20Spider%20Robot/Neuropup.jpg" width="300" alt="Dog Robot">
45-
<img src="https://github.com/PritRaj1/QuadBot-NeuroMorphic/tree/main/Synapider%20-%20Spider%20Robot/Synapider.jpg" width="300" alt="Spider Robot">
44+
<img src="https://github.com/PritRaj1/QuadBot-NeuroMorphic/blob/main/NeuroPup%20-%20Dog%20Robot/NeuroPup.jpg" width="300" alt="Dog Robot">
45+
<img src="https://github.com/PritRaj1/QuadBot-NeuroMorphic/blob/main/Synapider%20-%20Spider%20Robot/Synapider.jpg" width="300" alt="Spider Robot">
4646
</div>
4747

4848
Please also watch the video linked [here](https://youtu.be/NR2hcypiejE), which serves as a brief introduction regarding the use of the VEX robots. Pay close attention to the process of 'waking up' the Brain after powering it down. It's important to note that executing a program immediately after powering down the Brain will not yield any behavior. In such cases, you must restart the program. This behavior is observed specifically after power cycling the VEX Brain. However, if you avoid powering it down between program executions, there is no need to restart the program; it will run successfully on the first attempt.

0 commit comments

Comments
 (0)