Skip to content

Commit 71cb943

Browse files
committed
add robotlab-vr
1 parent fc01c2c commit 71cb943

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/content/posts/robotlab-vr.svx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Robotlab VR
33
description: A VR simulation in which you learn to control and work with industrial robotic arms.
4-
date: '2024-6-18'
4+
date: '2022-6-18'
55
category: project
66
published: true
77
youtubeURL: https://www.youtube.com/embed/oIzACzUwmVM?si=CDUOvhxVtIHPsIJR
88
---
99

1010
<script>
11-
const imageRoot = '/projects/robotlab-vr/';
11+
import Summary from '$lib/components/svx/Summary.svelte';
1212
</script>
1313

1414
<div class="flex mt-4">
@@ -17,7 +17,9 @@ youtubeURL: https://www.youtube.com/embed/oIzACzUwmVM?si=CDUOvhxVtIHPsIJR
1717

1818
# What is Robotlab VR?
1919

20-
Robotlab VR was the first big VR project I worked on. At the Amsterdam University of Applied Sciences' esteemed Robot Lab, we recognized the potential dangers associated with working directly with robotic arms. To address these concerns, we set out to create a tool that would allow students to practice and refine their skills in a risk-free virtual setting.
20+
<Summary>
21+
<span class="text-primary">Robotlab VR</span> was the first big VR project I worked on. At the Amsterdam University of Applied Sciences' esteemed Robot Lab, we recognized the potential dangers associated with working directly with robotic arms. To address these concerns, we set out to create a tool that would allow students to practice and refine their skills in a risk-free virtual setting.
22+
</Summary>
2123

2224
# The goal
2325

2.05 MB
Loading

0 commit comments

Comments
 (0)