← Awesome Lists

AWESOME · ROBOTICS · CURATED

Awesome Robotics.

robotics ros awesome resources
A curated path through robotics — courses and books to learn the math, middleware and simulators to build on, the perception / planning / control / manipulation stacks, and the learned-robotics wave (RL, imitation, VLA foundation models). Opinionated and kept tight. Links open in a new tab.

Courses & learning

ResourceWhatLink
Modern Robotics (Lynch & Park, Northwestern)The best free course + book on kinematics/dynamics/control.site
Underactuated Robotics (Russ Tedrake, MIT)Optimal control + dynamics for real robots. Full videos.site
Robotic Manipulation (Tedrake, MIT)Modern manipulation — perception to control.site
ROS 2 TutorialsOfficial path into the dominant robotics middleware.docs
Probabilistic Robotics (Thrun et al.)The reference for state estimation, SLAM, localization.pdf

Middleware & frameworks

ResourceWhatLink
ROS 2The de-facto robotics middleware — nodes, topics, services, DDS.docs
MoveIt 2Motion planning + manipulation framework for ROS.site
Nav2The ROS 2 autonomous navigation stack.docs
ros2_controlReal-time hardware abstraction + controllers.docs

Simulators

ResourceWhatLink
GazeboThe classic open ROS-integrated simulator.site
MuJoCoFast, accurate contact physics — the control/RL default.site
NVIDIA Isaac Sim / Isaac LabPhotoreal, GPU-parallel sim for learned robotics.site
PyBullet / DrakePyBullet = easy RL sim; Drake = rigorous model-based control.site

Perception & state estimation

ResourceWhatLink
Open3DPoint clouds, registration, reconstruction.site
PCLThe classic point cloud library.site
ORB-SLAM3 / RTAB-MapVisual / RGB-D SLAM systems.repo
GTSAM / CeresFactor-graph + nonlinear optimization for estimation.site

Planning & control

ResourceWhatLink
OMPLThe open motion planning library (RRT*, PRM, etc.).site
OCS2 / CrocoddylMPC + optimal control for legged/manipulator robots.repo
PinocchioFast rigid-body dynamics + derivatives.repo
CasADi / acadosNonlinear optimization + real-time MPC.site

Learned robotics & foundation models

Resource / PaperWhy it mattersLink
LeRobot (HF)Open library + datasets for real-world robot learning. Start here.repo
RT-2 / RT-1 (Google)Vision-language-action models — web knowledge into control.arXiv
Open X-Embodiment / OctoCross-robot dataset + generalist policy.site
Diffusion Policy (2023)Visuomotor policies as conditional diffusion. Hugely influential.arXiv
ALOHA / ACTLow-cost bimanual teleop + imitation learning.site
π0 (pi-zero) (Physical Intelligence)Flow-based generalist VLA foundation policy.post

More curated lists

ResourceWhatLink
Awesome Robotics (Kiloreux)Long-standing community link collection.repo
Awesome Robotics LibrariesCurated index of robotics software/libraries.repo
Awesome LLM RoboticsPapers on LLMs/VLMs for robotics.repo
where to start New to robotics? Do Modern Robotics for the math, learn ROS 2 + Gazebo to build, then Tedrake's Underactuated/Manipulation for control. For the learning wave: simulate in Isaac/MuJoCo, then LeRobot + Diffusion Policy on real hardware. Sim-to-real gap is the eternal tax — budget for it.
← prev: Generative AI next: NLP →
© cvam — written in plaintext, served warm