Skip to content

Commit

Permalink
fix video links
Browse files Browse the repository at this point in the history
  • Loading branch information
cmavrogiannis committed Oct 30, 2023
1 parent 9d0013a commit c29b84d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ <h3><b>Crowd navigation study at Cornell (N=105) [<a href="docs/papers/conferenc
<h3><b>In-hand manipulation via proximity sensing [<a href="https://arxiv.org/pdf/2204.02371.pdf">IROS22</a>]</b></h3>

<div class="container">
<iframe src="https://www.youtube.com/embed/Ct9k0mSmAYs" frameborder="0"
<iframe src="https://www.youtube.com/embed/9iaLuM-N2VE" frameborder="0"
allowfullscreen class="video"></iframe>
</div>

<h3><b>Electrostatic braking for dexterous manipulation [<a href="https://arxiv.org/pdf/2204.02460.pdf">Preprint</a>]</b></h3>
<h3><b>Electrostatic braking for dexterous manipulation [<a href="https://arxiv.org/pdf/2204.02460.pdf">under review at IJRR</a>]</b></h3>

<div class="container">
<iframe src="https://www.youtube.com/embed/O4Kw62DGZV0" frameborder="0"
<iframe src="https://www.youtube.com/embed/XQ68OvDI3Hw" frameborder="0"
allowfullscreen class="video"></iframe>
</div>
</table>
Expand Down

0 comments on commit c29b84d

Please sign in to comment.