Handout for student engineers

Resources

The textbooks, GitHub repos, YouTube channels, and tools I keep recommending. Organized by goal so you can skip straight to the path you care about — build a UAV, design a PCB, learn ROS, master computer vision, pick the right textbooks. Save it, print it, share it.

Build a UAV or Drone

#uav-drones

From your first FPV quad to autonomous outdoor flight.

Start with the simulator, then build a small frame, then layer autonomy on top. Skipping simulation always cost me money later.

Build a Robot Arm

#robot-arm

Kinematics, trajectory planning, and the actual mechanical truth of getting an end-effector where you want it.

The math is solvable; the mechanical play is not. Pick rigid joints and build forward.

Design Your First PCB

#first-pcb

From schematic to a manufactured 2- or 4-layer board you can solder.

KiCad is free, professional, and what I use in classes. Buy good tweezers before the second board.

Learn ROS / Robotics Stack

#ros

Get a robot publishing topics, planning paths, and reacting to sensor data within a week.

ML & Computer Vision for Robotics

#ml-cv

Detect, track, classify, and reason about what your robot sees.

Most "AI for robotics" failures are bad data, not bad models. Build your dataset pipeline first.

Control Systems & Embedded

#controls-embedded

PID, state space, real-time loops, and getting them to run on a microcontroller that boots in under a second.

CAD & Mechanical Fabrication

#cad-fab

Sketch it, mate it, simulate it, print it, machine it, weld it.

Math & Foundational Textbooks

#textbooks

The non-negotiables. Read in this order if you can.

Tools I Actually Use

#tools

The software I keep open every day.

Channels & Communities Worth Following

#channels

The signal feeds I actually look forward to.

Pioneering Projects

Where the field is heading — humanoids, dexterous manipulation, in-orbit power. Worth knowing about even when they are far above student scope.