Testing

Test-driven robotics development: smoke tests for launch files, sim-based regression tests, node-level unit tests, policy eval as a test, and CI patterns for robotics repos. Use when: 'test the robot app', 'how do I test this node', 'smoke test', 'regression test in sim', setting up tests for a new robotics project, or before claiming any robotics app works. Applies to both verticals: launch_testing and pytest for ROS 2 apps; deterministic small-scale eval runs for ML policies. Load alongside whatever skill is building the thing under test. Not for: general (non-robotics) testing practices.

robium-ai 225f7e2 14.8 KB Updated

File contents

robium-ai/robium/tree/main/archive/testing/1.4.2 commit 225f7e21ee

Frequently asked questions

npx skillmds@latest add robium-ai/testing-9