Use this before submission and again before camera-ready. Robotics reproducibility is not the same as ML reproducibility: a reader usually cannot rerun your robot, so the goal is to make every claim either rerunnable (code/sim someone can execute) or auditable (logs and specs detailed enough to check), and to be honest about which is which.
| Claim | Rerunnable evidence | Auditable evidence |
|---|---|---|
| Simulation ablation | Seeded config + script a reader can run | Logged metrics per run |
| Onboard timing | Benchmark script for the compute stack | Power/rate measurement method + logs |
| Real-robot success rate | Not rerunnable by a reader | Trial log, criterion, resets, failure counts |
| Sim-to-real transfer | Sim side rerunnable | Paired real logs + the stated gap |
Marking a real-robot claim as if a reader could "just rerun it" is a recognizable IROS overstatement; name it auditable and make the audit trail complete instead.
A result that depends on a specific robot must specify it: platform and revision, sensor models and firmware, actuator limits, onboard computer, and power budget. Two labs with "the same" robot but different firmware or calibration can see different behavior, so the ledger is part of the claim, not metadata.
Consider a paper reporting grasp success on unseen objects. Its reproducibility spine: the object set and where to get it, the calibration and gripper parameters, the success criterion and reset procedure, the per-object trial logs, and one honest sentence about the objects where the method fails and why — plus a rerunnable simulation of the grasp planner so the algorithmic core is executable even if the robot is not.
Availability statement skeleton:
Code: <released? which parts? link at acceptance>
Data/objects: <provenance + license, or access route>
Logs: <representative bags for the reported trials>
Withheld: <what + why: proprietary/safety/licensing>
Reproduce-in-principle: <what a reader without the robot can still run>
[Claim inventory] <claim -> rerunnable | auditable + location>
[Hardware ledger] complete / gaps: <list>
[Sim-to-real] gap stated? / implied-zero risk?
[Availability] honest / overpromised / missing
[Body fixes] <what must appear in the paper body>