Skip to content

Commit 2294558

Browse files
committed
create robot controller track
1 parent 005a07c commit 2294558

File tree

11 files changed

+15
-7
lines changed

11 files changed

+15
-7
lines changed

β€Žcontent/tracks/index.jsonβ€Ž

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
"algorithmic-botany",
1111
"coding-in-the-cabana",
1212
"coding-together-apple-ii",
13-
"mastodon",
13+
"robot-controllers",
1414
"discord-bots",
15+
"p5-tips-and-tricks",
16+
"transformations-in-p5",
1517
"livestreams",
1618
"neural-networks",
1719
"noise",
18-
"p5-tips-and-tricks",
1920
"physics-libraries",
2021
"pi-day",
2122
"pixels",
@@ -24,10 +25,10 @@
2425
"supershapes",
2526
"teachable-machine",
2627
"topics-in-native-javascript",
27-
"transformations-in-p5",
2828
"games",
2929
"web-sockets-and-p5js",
3030
"webgl",
31+
"mastodon",
3132
"archive"
3233
]
3334
}

β€Žcontent/tracks/side-tracks/livestreams/index.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"title": "Coding Train Live!",
33
"description": "This side track is a collection of select livestreams.",
44
"videos": [
5-
"livestreams/robot-controller-1",
6-
"livestreams/robot-controller-2",
5+
"robot-controllers/robot-controller-1",
6+
"robot-controllers/robot-controller-2",
77
"livestreams/genuary-2025",
88
"livestreams/page-not-found",
99
"livestreams/creative_coding_ai_agent",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"title": "Robot Controllers",
3+
"description": "A side track featuring livestreams about robot controllers with Dr",
4+
"videos": ["robot-controllers/robot-controller-1", "robot-controllers/robot-controller-2"]
5+
}
File renamed without changes.

β€Žcontent/videos/livestreams/robot-controller-1/index.jsonβ€Ž renamed to β€Žcontent/videos/robot-controllers/robot-controller-1/index.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "In this live stream, Dr. Christian Hubicki and I team up to build a PID Controller, first in python and then in p5.js! We apply the controller to the classic 'cart pole' problem, attempting to balance an inverted pendulum.",
44
"videoId": "k5_P_e27-Wk",
55
"date": "2022-07-16",
6+
"canonicalTrack": "robot-controllers",
67
"languages": ["Python", "p5.js", "matter.js"],
78
"topics": ["robotics", "PID controller", "p5.js", "python", "simulation", "physics", "robot control", "matter.js", "cart pole"],
89
"canContribute": true,
@@ -76,7 +77,7 @@
7677
{
7778
"icon": "πŸš‚",
7879
"title": "Robot Controllers Part 2",
79-
"url": "/tracks/livestreams/livestreams/robot-controller-2",
80+
"url": "/tracks/robot-controllers/robot-controllers/robot-controller-2",
8081
"description": "The second part of this series, where we coded a simulation of a hopping robot."
8182
},
8283
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)