Skip to content

Commit 990c9a8

Browse files
committed
Auto-merge from CI
2 parents ae61187 + abb38cd commit 990c9a8

File tree

62 files changed

+6225
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+6225
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Build Body
3+
step: 1
4+
layout: post
5+
---
6+
7+
Next we build the body of the robot
8+
9+
<script src="https://gist.github.com/madhephaestus/23b283a99354ad45eeee4b46d0e9aec2.js"></script>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Place parts on Kinematics
3+
step: 0
4+
layout: post
5+
---
6+
7+
The first thing we can do is attach some simple cubes to the kinematics frame. You first create a CSG then you set a manipulator for it. For limb links, you set that links manipulator. For Body parts you set that bodies root listener.
8+
9+
10+
<script src="https://gist.github.com/madhephaestus/20a257b104eba5069293f4f7d9cc7456.js"></script>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: How To Build A Robot
3+
tutorial: true
4+
layout: post
5+
ordering: 2
6+
---
7+
8+
How to design a robot CAD Generator
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Color Detect
3+
step: 1
4+
layout: post
5+
---
6+
7+
Here is an example of a Color Blob detect.
8+
9+
10+
<script src="https://gist.github.com/madhephaestus/ce96cffdf31781db305564eb400bb122.js"></script>

content/OpenCV/Overview.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Overview
3+
step: 0
4+
layout: post
5+
---
6+
7+
OpenCV is a powerful library for using cameras to get useful data.
8+
9+
10+
<script src="https://gist.github.com/madhephaestus/4db9defef935e2905690.js"></script>
11+
12+
13+

content/OpenCV/Saliancy.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Salient
3+
step: 2
4+
layout: post
5+
---
6+
7+
Here is an example of a Salient feature detect.
8+
9+
10+
<script src="https://gist.github.com/madhephaestus/ce96cffdf31781db305564eb400bb122.js"></script>

content/OpenCV/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: OpenCV
3+
tutorial: true
4+
layout: post
5+
ordering: 2
6+
---
7+
8+
BowlerStudio can even connect to your camera and detect faces.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: (CAD) Bohemian Queenbot
3+
step: 1
4+
layout: post
5+
---
6+
7+
Stage, curtain, lights, sound, four heads (possibly headbanging), bohemian rhapsody played with synchronized heads.
8+
9+
Mentor : Alex Gray https://github.com/InfDeath
98.1 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: (CAD) Butter Passing robot
3+
step: 1
4+
layout: post
5+
---
6+
7+
It is a butter passing robot. It passes butter... and occasionally has an existential crisis about it.
8+
9+
Mentor : Alex Gray https://github.com/InfDeath

0 commit comments

Comments
 (0)