What problem does it solve?
Generates production-quality Python code for robot motion planning algorithms that run in Pyodide (browser). Provides educational, implementation-focused examples of path planning (A*, RRT), trajectory optimization, and control strategies (PID, MPC) with emphasis on visualization and teaching clarity.
Core Features & Use Cases
- Path Planning Demos: Implement A*, RRT, and Dijkstra in browser-ready Python for interactive learning.
- Trajectory Optimization: Demonstrate minimum-jerk and time-optimal trajectories.
- Control Algorithms: Provide PID, MPC, and LQR examples for simulated robots.
- Whole-Body Control Visualization: Explain task-space and null-space concepts with visualizations.
- Educational Focus: Show-your-work style code with educational comments and plots.
Quick Start
Activate with prompts like:
- "Create path planning code in the browser"
- "Generate A* example for browser-based learning"
- "Build PID controller for a simulated robot"