diff --git a/src/content/blog/duckietown/lab1.md b/src/content/blog/duckietown/lab1.md index 5e82ff3..7623417 100644 --- a/src/content/blog/duckietown/lab1.md +++ b/src/content/blog/duckietown/lab1.md @@ -2,7 +2,7 @@ title: 'DuckieTown - Lab 1' description: "Let's get rolling!" pubDate: 'Jan 22 2023' -heroImage: '../../../src/assets/duckietown/sleeping_duckies.avif' +heroImage: '/images/duckietown/sleeping_duckies.avif' ---
@@ -132,7 +132,7 @@ in a browser. It has a live camera feed and sensor signals. Here's a dashboard with my bot driving forward in a straight line @@ -140,7 +140,7 @@ Notice how the angular speed is 0. That's since it's not turning. Below is a picture of it spinning in a circle, now with no forward velocity diff --git a/src/content/blog/duckietown/lab2.md b/src/content/blog/duckietown/lab2.md index a60e23c..6b2310e 100644 --- a/src/content/blog/duckietown/lab2.md +++ b/src/content/blog/duckietown/lab2.md @@ -2,7 +2,7 @@ title: 'DuckieTown - Lab 2' description: "Camera and kinematics" pubDate: 'Feb 13 2023' -heroImage: '../../../src/assets/duckietown/lab2/quiver_plot_sparse.avif' +heroImage: '/images/duckietown/lab2/quiver_plot_sparse.avif' ---