Skip to content

Commit 501b105

Browse files
Commented out the file generation example
1 parent ebb2fac commit 501b105

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/ceres/test_ceres_rxso2.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ int main(int, char **) {
5151
test.testAll();
5252

5353

54+
#if 0
55+
// Example code to output the spline curve into a plottable format
5456
std::shared_ptr<Sophus::BasisSpline<RxSO2d>> so2_spline = test.testSpline(6);
5557
std::ofstream control("ctrl_pts", std::ofstream::out);
5658
for (size_t i=0;i<rxso2_vec.size();i++) {
@@ -63,6 +65,6 @@ int main(int, char **) {
6365
inter << t << " " << g.log().transpose() << std::endl;
6466
}
6567
inter.close();
66-
68+
#endif
6769
return 0;
6870
}

0 commit comments

Comments
 (0)