Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 964 Bytes

File metadata and controls

28 lines (19 loc) · 964 Bytes

Robotics Visual Notes

I'm brushing up on robotics fundamentals and writing visual notes as I go. Each topic has a writeup (LaTeX) and an interactive demo (React) that you can play with in your browser.

This is not a textbook and it won't cover everything. These are my notes. I'm building them for myself and sharing them because I think they'd help anyone starting out in robotics.

Open the demos

Topics

Topic Writeup Interactive Demo
Grübler's Formula PDF / LaTeX Demo

Structure

topics/          writeups (LaTeX + PDF)
demos/           interactive demos (React + Vite, deployed to GitHub Pages)

Running locally

cd demos
npm install
npm run dev