Skip to content

Commit

Permalink
Commented out the file generation example
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricpradalier committed Sep 27, 2023
1 parent ebb2fac commit 501b105
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/ceres/test_ceres_rxso2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ int main(int, char **) {
test.testAll();


#if 0
// Example code to output the spline curve into a plottable format
std::shared_ptr<Sophus::BasisSpline<RxSO2d>> so2_spline = test.testSpline(6);
std::ofstream control("ctrl_pts", std::ofstream::out);
for (size_t i=0;i<rxso2_vec.size();i++) {
Expand All @@ -63,6 +65,6 @@ int main(int, char **) {
inter << t << " " << g.log().transpose() << std::endl;
}
inter.close();

#endif
return 0;
}

0 comments on commit 501b105

Please sign in to comment.