(output)
| 700 | visualizer.onVioOutput(vioOutput.getCameraPose(0), status=vioOutput.status) |
| 701 | |
| 702 | def on_mapping_output(output): |
| 703 | try: |
| 704 | process_mapping_output(output) |
| 705 | except Exception as e: |
| 706 | print(f"ERROR: {e}", flush=True) |
| 707 | raise |
| 708 | |
| 709 | def is_already_rectified(input_dir): |
| 710 | # hack for OAK-D |
nothing calls this directly
no test coverage detected