General Auto
Odometry
Sensors
Pathing
RoadRunner (Harder)
100

How long is the autonomous period?

30 seconds

100

What is another name for odometry wheels?

Dead wheels

100

What does a color sensor detect?

The color of objects

100

What do pathing libraries let you create?

Paths

100

What does Roadrunner use to know where the robot is?

Odometry

200

When does the autonomous period happen during a match?

At the start (the first 30 seconds)

200

What does odometry track?

The robot's position (X and Y)

200

What does a distance sensor measure?

Distance

200

Which pathing library are we using in this bootcamp?

RoadRunner

200

What shapes of paths can Roadrunner follow?

curves (splines) and straight lines

300

What is the goal of the autonomous period?

Score as many points as possible

300

Is odometry accurate or not accurate?

Very accurate

300

What sensor reads the robot's heading (angle)?

IMU / Gyroscope

300

Which is more accurate: odometry or dead reckoning?

Odometry

300

What is the path visualizer for Roadrunner called?

MeepMeep

400

What is the hardest part of autonomous?

Moving the robot (drivetrain movement)

400

What does odometry send the robot's position to?

The pathing software

400

What do cameras give the robot?

"Eyes" (vision)

400

What does dead reckoning rely on?

Motor encoders

400

What are the curved paths in Roadrunner called?

Splines

500

Name one real-life example of an autonomous robot.

Self-driving cars (or factory line robots)

500

Name one good thing (pro) about odometry.

Very accurate movement (or: path correction)

500

What are the two parts of a beam break sensor?

Transmitter and receiver

500

What does .strafeTo() do?

Moves in a straight line to a point (without changing heading)

500

What are the two main Action Group types?

Parallel and sequential

M
e
n
u