Skip to content
Snippets Groups Projects

Remove frame enum

Merged Joan Vallvé Navarro requested to merge remove_frame_enum into master
22 files
+ 118
152
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -21,7 +21,7 @@ int main()
//=====================================================
// Wolf problem
ProblemPtr wolf_problem_ptr_ = Problem::create(FRM_PO_3D);
ProblemPtr wolf_problem_ptr_ = Problem::create("PO 3D");
/* Do this while there aren't extrinsic parameters on the yaml */
Eigen::Vector7s extrinsic_cam;
Loading