В момента ресурсът е наличен само на английски

Wobble Line Following Pro Preview

content picture

This is the most basic line-following method, commonly known as the "ducky" line-following method.

Необходимо е да се абонирате за FLLCasts.com, за да достъпите това видео

Абонирай се

  • #2288
  • 02 Aug 2024

Many people who have never programmed a robot to follow a line assume that the robot moves forward along the line and only turns toward it when it veers off. While some robots can be programmed that way, the reality is that most robots follow one of the two edges of the line. This is because, although moving forward along the line is easy to program, determining whether the robot has deviated to the left or right side of the line can be more challenging.

An easy solution to this problem is to control the robot’s deviation by having it actively turn in a specific direction while following the line, rather than just moving straight forward. This way, we always know which direction the robot has deviated, and we can return it to the line by programming it to turn in the opposite direction. Moving forward in this manner creates a "wobble"-like motion.

Курсове и занятия включващи този Урок

Този Урок е използван в следните курсове и занятия.

Image for Line Following
  • 15
  • 0:00
  • 42
Image for Wobble Line Following
  • 3
  • 0
  • 8
  • 3d_rotation 1