Skip to content

Commit 025042d

Browse files
committed
Updates
1 parent f2db02a commit 025042d

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

index.html

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -176,22 +176,20 @@
176176
Nicholas Barbara
177177
</div>
178178
<div id='header-text-title'>
179-
Postdoctoral Research Associate
179+
Postdoctoral Researcher
180180
</div>
181181
<div id='header-text-affiliation'>
182182
Dynamics and Neural Systems Group |
183-
University of Sydney
183+
The University of Sydney
184184
</div>
185185
<br>
186186
<div>
187187
<p align="justify" style="color:white">
188-
Engineer and researcher with a passion for solving challenging problems and making complex systems come to life.
189-
</p>
190-
<br>
191-
<p align="justify" style="color:white">
192-
I love working at the intersection of theory and application, which has lead to my research on control systems, robust reinforcement learning, and time-series analysis. I also dabble in space engineering and astronomy.
188+
I'm a researcher with a passion for solving challenging problems and making complex systems come to life.
189+
190+
I love working at the intersection of theory and application, which has lead to my research on control systems, robust reinforcement learning, and time-series analysis, with a little bit of space engineering and astronomy on the side.
193191

194-
In my spare time you'll find me outdoors, probably either hiking, on a cricket field, or somewhere quiet with a good book.
192+
In my spare time you'll find me outdoors, probably either on a cricket field or somewhere quiet with a good book.
195193
</p>
196194
<br>
197195
<p align="justify" style="color:white">
@@ -251,7 +249,7 @@ <h1 id="Background">Background</h1>
251249

252250
I am currently a postdoc in the <a href="https://dynamicsandneuralsystems.github.io/">Dynamics and Neural Systems Group</a> within the University of Sydney.
253251

254-
I completed my PhD at the Australian Centre for Robotics (<a href="https://www.sydney.edu.au/engineering/our-research/robotics-and-intelligent-systems/australian-centre-for-robotics.html">ACFR</a>) in 2025, where my research involved developing new ML tools for learning robotic controllers with mathematical guarantees of stability and robustness.
252+
I completed my PhD at the Australian Centre for Robotics (<a href="https://www.sydney.edu.au/engineering/our-research/robotics-and-intelligent-systems/australian-centre-for-robotics.html">ACFR</a>) in 2025, where my research involved developing new ML tools for learning control systems with mathematical guarantees of stability and robustness.
255253

256254
</p>
257255
<br/>
@@ -907,7 +905,7 @@ <h1 id="Projects">Miscellanious Projects</h1>
907905
<div class='row vspace-top-news'>
908906
<div class="col">
909907
<p align="justify">
910-
My research often leads me towards more theoretical flavours of science and engineering. However, my interest in developing fundamental theory stems from a desire to enable greater autonomy in real-world systems, so I try to get hands-on with hardware whenenever I have the time. Below are a few interesting projects that I've worked on over the years.
908+
My research often leads me towards more theoretical flavours of science and engineering, mostly with the aim of developing fundamental theory which can enable greater autonomy in real-world systems. To keep me grounded, I try to get hands-on with hardware whenenever I have the time. Below are a few interesting projects that I've worked on over the years.
911909
</p>
912910
</div>
913911
</div>
@@ -933,7 +931,7 @@ <h1 id="Projects">Miscellanious Projects</h1>
933931
<br>
934932
<div >
935933
<p align="justify">
936-
Youla-REN policies augment an existing stabilising controller with a recurrent equilibrium network (<a href="https://ieeexplore.ieee.org/abstract/document/10179161">REN</a>) to improve performance while preserving stability. I started by designing a classical swing-up controller, combining an energy-pumping controller with an LQR, and added an extended Kalman filter for state estimation.
934+
Youla-REN policies augment an existing stabilising controller with a recurrent equilibrium network (<a href="https://ieeexplore.ieee.org/abstract/document/10179161">REN</a>) to improve performance while preserving stability. I started by designing a classical swing-up controller, combining an energy-pumping controller with an LQR, and added an extended Kalman filter (EKF) for state estimation.
937935

938936
Putting it all together with RENs, deep RL, and <a href="https://ieeexplore.ieee.org/abstract/document/8202133?signout=success">domain randomisation</a> results in the swing-up policy in the GIF.
939937
</p>
@@ -957,7 +955,7 @@ <h1 id="Projects">Miscellanious Projects</h1>
957955
<p align="justify">
958956
I joined the <a href="https://github.com/agilityrobotics/cassie-doc/wiki">Cassie</a> team as a side project during my PhD to help with designing, testing, and implementing locomotion and balancing policies.
959957

960-
Along the way, I learned a lot about interfacing, robotic software engineering (e.g., <a href="https://www.ros.org/">ROS</a>), and advanced state estimation. Most importantly, I had the opportunity to get hands-on with a range of interesting control architectures based on inverse kinematics and <a href="https://andreadelprete.github.io/teaching/2019_PhD_obrc/3_task_space_control.pdf">task-space inverse dynamics</a> control.
958+
Along the way, I learned a bit about interfacing, robotic software engineering (e.g., ROS), and advanced state estimation. Most importantly, I had the opportunity to get hands-on with a range of interesting control architectures based on inverse kinematics and <a href="https://andreadelprete.github.io/teaching/2019_PhD_obrc/3_task_space_control.pdf">task-space inverse dynamics</a> control.
961959
</p>
962960
</div>
963961
<br>
@@ -985,7 +983,7 @@ <h1 id="Projects">Miscellanious Projects</h1>
985983
<p align="justify">
986984
During my Bachelor's thesis, I had the opportunity to design and build a vibration control test-bed for <a href="https://www.nearmap.com/au?utm_source=google&utm_medium=organic">Nearmap</a>, an aerial imaging company based in Sydney.
987985

988-
Over the course of six months, I: (1) built a piezoelectric cantilever beam system; (2) modelled the system analytically, with FEA, and via system identification; (3) designed active damping controllers with positive position feedback and LQG control; and (4) implemented the controllers in real-time on an <a href="https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html">STM32</a> microcontroller.
986+
Over the course of six months, I: built a piezoelectric cantilever beam system; modelled the system analytically, with FEA, and via system identification; designed active damping controllers with positive position feedback and LQG control; and implemented the controllers in real-time on an <a href="https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html">STM32</a> microcontroller.
989987
</p>
990988
</div>
991989
</div>
@@ -1005,7 +1003,7 @@ <h1 id="Projects">Miscellanious Projects</h1>
10051003
</div>
10061004
<div >
10071005
<p align="justify">
1008-
One of my earliest research positions was as part of a team of students working to a develop a commercial off-the-shelf (COTS) star tracker for attitude determination on small satellites. At the time, there were very few commercial star trackers that were small yet accurate enough for CubeSats. Our goal was to develop our own, in-house instrument for deployment on University of Sydney satellites.
1006+
One of my earliest research positions was as part of a team of students working to a develop a commercial off-the-shelf (COTS) star tracker for attitude determination on small satellites. At the time, there were very few commercial star trackers that were small yet accurate enough for CubeSats. Our goal was to develop our own in-house instrument for deployment on University of Sydney satellites.
10091007
</p>
10101008
</div>
10111009
<br>

0 commit comments

Comments
 (0)