
Physical AI & Robotics
Build AI that can see an environment, decide what to do, and control a robot or simulation when conditions change.
A rover, arm, drone, or simulated agent handed a mission in plain language.
- Plans a route from a plain-language goal
- Acts in an environment it hasn't seen
- Recovers when the first plan fails
- Perception — frames into usable state
- Planning — the next action under limits
- Control — closing the loop on the plan
- Evaluation — proving it still holds
- Python, PyTorch, OpenCV
- ROS 2 for the robot stack
- MuJoCo or Isaac Sim for physics
- Hosted vision-language models
Simulation-first, so nobody is blocked on hardware. Groups whose build calls for it move onto a small rover, arm, or drone platform.
- Robots, drones, self-driving cars
- Cameras, computer vision, controls
- Game and simulation agents
Interest is the requirement—the included Launchpad brings up the programming.






