Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 552 Bytes

tips_development.md

File metadata and controls

9 lines (7 loc) · 552 Bytes

Tips for development

  • To make the pipeline deterministic:
    • Disable TBB in GTSAM (go to build folder in gtsam, use cmake-gui to unset GTSAM_WITH_TBB).
    • Change ransac_randomize flag in params/trackerParameters.yaml to 0, to disable ransac randomization.

Note: these changes are not sufficient to make the output repeatable between different machines.

Note: remember that we are using -march=native compiler flag, which will be a problem if we ever want to distribute binaries of this code.