Skip to content

Commit

Permalink
Info
Browse files Browse the repository at this point in the history
  • Loading branch information
vjlux committed May 31, 2024
1 parent 96b61fb commit cd341e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scantools/run_navvis_to_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def run(input_path: Path, capture: Capture, tiles_format: str, session_id: Optio
global_alignment[origin_crs, global_alignment.no_ref] = (
Pose(r=origin_qvec, t=origin_tvec), [])
global_alignment.save(global_alginment_path)
logger.info('Loaded NavVis origin.json and saved to %s.', global_alginment_path)

logger.info('Generating raw data for session %s.', session_id)
nv.undistort()
Expand Down

0 comments on commit cd341e5

Please sign in to comment.