Skip to content

Commit c8c9468

Browse files
committed
2 parents 87c21f7 + e1ff1ce commit c8c9468

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
File renamed without changes.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# QuadBot-NeuroMorphic
22
Software library developed as part of a undergraduate research project at the University of Cambridge, aimed at advancing the study of robotic locomotion neuromorphic control principles.
33

4-
Contributor: Prithvi Raj
5-
Supervisors: Dr. Fulvio Forni, Prof. Timothy O'Leary
6-
Funding Body: MathWorks
4+
* Contributor: Prithvi Raj
5+
* Supervisors: Dr. Fulvio Forni, Prof. Timothy O'Leary
6+
* Funding Body: MathWorks
77

88
## Repository Overview
99
### 'Ramp Up Guidance' Directory
@@ -37,15 +37,15 @@ All the custom CAD files used to contruct the two robots have been included in t
3737
* White (PLA) - 3D Printed
3838
* Shiny/Colourful (Aluminium/Plastic) - Provided by VEX
3939

40-
### Neuropup & Synapider
41-
Neuropup is the dog-like robot. Synapider is the spider-like robot.
40+
### NeuroPup & Synapider
41+
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;">
4444
<img src="https://github.com/PritRaj1/QuadBot-NeuroMorphic/blob/main/Ramp%20Up%20Guidance/Neuropup.jpg" width="300" alt="Dog Robot">
4545
<img src="https://github.com/PritRaj1/QuadBot-NeuroMorphic/blob/main/Ramp%20Up%20Guidance/Synapider.jpg" width="300" alt="Spider Robot">
4646
</div>
4747

48-
Please also watch the video located in the 'Ramp Up Guidance' directory. 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.
48+
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.
4949

5050
**Please be aware that the VEX Brain has a minimum flashable sampling time of 0.001 seconds. Therefore, before uploading any Simulink models to the VEX Brain, ensure that the fixed time-step solver is configured with a time step of 1e-3. This specific time step is also stable for solving the MQIF ODEs. Using a larger time step may result in incorrect solutions/instability, while a smaller time step will not load onto the VEX Brain.**
5151

File renamed without changes.

0 commit comments

Comments
 (0)