MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / on_mapping_output

Function on_mapping_output

python/cli/process/process.py:702–707  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

process_mapping_outputFunction · 0.70

Tested by

no test coverage detected