

FLL 2019: How to Accomplish Mission 02 Crane with LEGO Education SPIKE Prime
Raw footage of how to accomplish the mission. A more polished version might be uploaded soon.
- #1693
- 10 Mar 2021
Raw footage of how to accomplish the mission. A more polished version might be uploaded soon.
This Python program is for controlling Gazon, LEGO Education SPIKE Prime competition robot to accomplish FIRST LEGO League (FLL) 2020 RePLAY Challenge mission 12 - Row Machine using Attachment for FLL 2020 RePLAY Rowing Machine mission
.This robotics video tutorial is about the FIRST LEGO League 2020 RePlay competition and how we accomplish the Slide mission with a LEGO Education SPIKE Prime robot. The goal of the Slide mission is to collect two LEGO Mini figures and bring them back to base. We are demonstrating a simple attachment that collects 2 figures placed in an add way. The whole attachment must bring one of the figures up and then back.
Every time we start the robot we want to start from the same place, not only in terms of where we are on the field but also in terms of how are the motors rotate. The motors have an internal sensor for detecting the rotation. Because of this they know how rotated they are. It is a very good practice to always reset the motors before we start a competition run especially at FIRST LEGO League or World Robot Olympiad competitions
This is an Inertia triggered attachment build with a LEGO MINDSTORMS Robot Inventor 51515 set. With this attachment we can collect different parts and bring them back to base at FIRST LEGO League competitions. The principle is useful as no additional motors are required for activating this attachment. In the same time it is active which means that it moves and can change it's position in space separately from the robot.. which is useful
In this video tutorial, we use the Unload Cargo Ship mission from FIRST LEGO League 2021 Cargo Connect robotics competition to demonstrate how we program the robot to keep a straight line while moving. Do we need that for this mission? Probably not, but we do it either way to demonstrate the solution in a fairly simple mission. The program uses the motion sensor to auto-correct the errors the robot is making while moving.
As you already have experience building robots, it is time to learn how to build robots super-fast. That is not done by hurrying up and skipping important steps.
The trick is to simulate an assembly line. A constantly loaded one.
A FIRST LEGO League 2023-2024 attachment for the MiniBox Robot.
This attachment is designed to detach, once it completes its purpose. This is done, so that the team loses less time switching attachments in the base, lowering the chance of human error during the competition.