diff --git a/sets/boost/auto-builder/README.md b/sets/boost/auto-builder/README.md new file mode 100644 index 0000000..f755366 --- /dev/null +++ b/sets/boost/auto-builder/README.md @@ -0,0 +1,12 @@ +--- +permalink: /projects/sets/boost/auto-builder/ +title: "LEGO Boost Auto Builder" +image: "photo.jpg" +imagecredit: "LEGO" +video: "https://www.youtube.com/embed/TXvCEK1MNGQ" +description: + "The Auto Builder can build small LEGO figures autonomously. On this + page, you'll find Python code to make this work smoothly and accurately." +--- + +Additional content may be added here as regular markdown. diff --git a/sets/boost/auto_builder.py b/sets/boost/auto-builder/auto_builder.py similarity index 95% rename from sets/boost/auto_builder.py rename to sets/boost/auto-builder/auto_builder.py index c49eed2..baef3cc 100644 --- a/sets/boost/auto_builder.py +++ b/sets/boost/auto-builder/auto_builder.py @@ -44,4 +44,4 @@ for element in (FEET, BELLY, ARMS, NECK, HEAD): arm.run_target(speed=300, target_angle=0) # When we are done, eject the result -belt.run_target(speed=200, target_angle=FEET) \ No newline at end of file +belt.run_target(speed=200, target_angle=FEET) diff --git a/sets/boost/auto-builder/photo.jpg b/sets/boost/auto-builder/photo.jpg new file mode 100644 index 0000000..d673122 Binary files /dev/null and b/sets/boost/auto-builder/photo.jpg differ