Skip to main content
Module 2 · Line Tracking

Lesson 5 · Proportional Control — Knowledge Checks

Name Date
  1. With base speed 0.3, what does `arcade(0.3, 0.15)` set the two motors to?

    1. A.Left 0.15, right 0.45
    2. B.Left 0.45, right 0.15
    3. C.Both 0.3
    4. D.Left 0.3, right 0.15

    Answer Why?

  2. Setpoint is 0.5 and the sensor reads 0.2. What is the error?

    1. A.−0.3
    2. B.+0.3
    3. C.0.7
    4. D.0.2

    Answer Why?

  3. If Kp = 0.6 and error = 0.3, what is the correction?

    1. A.0.9
    2. B.0.18
    3. C.0.3
    4. D.0.5

    Answer Why?

  4. Your robot follows the line but weaves back and forth rapidly, never settling. What should you do to Kp?

    1. A.Increase it — it needs to react harder
    2. B.Decrease it — it is over-correcting
    3. C.Set it to 0
    4. D.Leave Kp; increase base_effort instead

    Answer Why?