Skip to content
Snippets Groups Projects
Commit 40c12be5 authored by Iván del Pino's avatar Iván del Pino
Browse files

Commented unused couts that were giving no information

parent d82aa10c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Currently, our team is diligently working on cleaning and documenting the reposi
---
This package implements a ROS node for ground / obstacle / overhanging obstacle segmentation. It provides the interface to the library kf_based_terrain_analysis, which angularly exploring a poincloud from the origin to the limits, generates a graph of ground references containing their 2D coordinates (XY) and three Gaussian variables (Z, slope in X (tan(pitch)) and slope in Y (tan(roll))) with means and variances. These three variables are estimated by means of a Kalman Filter.
This package implements a ROS node for traversable ground / non-traversable ground / obstacle and overhanging obstacle segmentation. It provides the interface to the library kf_based_terrain_analysis, which angularly exploring a poincloud from the origin to the limits, generates a graph of ground references containing their 2D coordinates (XY) and three Gaussian variables (Z, slope in X (tan(pitch)) and slope in Y (tan(roll))) with means and variances. These three variables are estimated by means of a Kalman Filter.
Dependences:
......
......@@ -485,9 +485,9 @@ void GroundSegmentationAlgNode::showPerformanceStatistics(void)
std::cout << "--------------------- ALGORITHM: ---------------------------------" << std::endl;
this->alg_.showPerformanceStatistics();
std::cout << "-------------------------------------------------------------------------------" << std::endl;
std::cout << "--------------------- PROCESSOR: ---------------------------------" << std::endl;
this->alg_.processor_.showPerformanceStatistics();
std::cout << "-------------------------------------------------------------------------------" << std::endl;
// std::cout << "--------------------- PROCESSOR: ---------------------------------" << std::endl;
// this->alg_.processor_.showPerformanceStatistics();
// std::cout << "-------------------------------------------------------------------------------" << std::endl;
}
void GroundSegmentationAlgNode::mainNodeThread(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment