Module 1: Geometry for Robotics

Welcome to Module 1: Geometry for Robotics. This module builds the spatial vocabulary everything else in the curriculum depends on: where things are, how far apart they are, whether a path crosses an obstacle, whether two objects collide, and whether the robot is inside a scoring zone.

Every result here is derived from first principles, and every one of them is reachable with nothing but arithmetic and a square root. Angles and rotation deliberately wait for Module 2: Trigonometry, which picks up exactly where this module stops.


Concepts in this Module


What This Module Deliberately Leaves Out

Rotation. A camera sighting converted into field coordinates needs cos and sin the moment the robot is not facing straight down-field, and the honest place for that is after the trigonometry has been built. Module 2 opens with the unit circle, derives rotation from it, and then does coordinate frames properly.

Oriented bounding boxes are deferred for the same reason, and Concept 04 says where to resume once the tools exist.


← Math Axon Home
Module 1 Overview
Concept 01: Coordinates & Distance →