Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
g-ferrer committed May 21, 2024
1 parent c2bda53 commit 32bf8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plane-surfaces/create_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CreatePoints::CreatePoints(uint_t numberPoints, uint_t numberPlanes, uint_t numb
initialPose_(initial_pose),
numberPoses_(numberPoses)
{
std::cout << "samples bias = " << noiseBias_ << "\n and point noise = " << noisePerPoint_ << std::endl;
//std::cout << "samples bias = " << noiseBias_ << "\n and point noise = " << noisePerPoint_ << std::endl;
// 0) initialize vectors and variables
X_.reserve(numberPoses_);
pointId_.reserve(numberPoses_);
Expand Down

0 comments on commit 32bf8c7

Please sign in to comment.