

Multistate Line Following
While "multistate line following" can describe a variety of algorithms, this tutorial will cover its implementation using the ducky line-following method.
- #2293
- 02 Aug 2024
While "multistate line following" can describe a variety of algorithms, this tutorial will cover its implementation using the ducky line-following method.
This is the most basic line-following method, commonly known as the "ducky" line-following method.
Line following is a very common competition category. Here's how you can get started with it!
Here's one way to program using a color sensor!
What is a color? How does our robot detect it? Learn that here!
Have you ever wondered if your robot can make decisions? Here's how we can make that happen!
Have you ever wondered if your robot can make decisions? Here's how we can achieve that!
There are many cases in programming where you want something to repeat indefinitely. Here's how to achieve that!
This is one of the first sensor blocks you'll learn! Here's how we use it!
Reversity - LEGO SPIKE Prime robot with two motors in reverse directions has two motors placed in opposite directions! If we just put a block that moves them both forward, the robot spins in place. So, how do we move it forward?
Now that you know how the distance sensor works, how do we use it?
How does the distance sensor measure distance? Let's learn!