| name | robotics-perception-planning |
| description | Design and debug robotics pipelines spanning perception, localization, mapping, planning, control interfaces, and sim-to-real transfer. Use when evaluating a robot stack, diagnosing failures in closed-loop behavior, planning experiments, or comparing perception-driven versus policy-driven system designs. |
Robotics Perception Planning
Use this skill when robot behavior emerges from multiple coupled modules and a single metric hides the real failure.
Core Workflow
- Define the robot task, sensing stack, actuation limits, and success criteria.
- Map the closed loop:
- sensing,
- state estimation,
- world model,
- planning,
- control interface,
- safety interlocks.
- Use
references/sim2real-checklist.md when simulation results do not transfer.
- Separate open-loop module quality from closed-loop task success.
- End with the next experiment that most cleanly isolates the failure source.
Execution Rules
- Track latency and synchronization between sensors and control decisions.
- Treat calibration, frame transforms, and state estimation drift as first-class suspects.
- Separate planner weakness from perception error and actuator saturation.
- Keep safety and fallback behavior explicit.
Output Contract
Return:
- Closed-loop map.
- Failure decomposition.
- Measurement plan.
- Sim-to-real risks.
- Best next experiment.