Skip to content
Snippets Groups Projects
Commit 58b5d58e authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Minor changes.

parent 9ae46093
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -165,9 +165,9 @@ void GroundSegmentationAlgorithm::segmentGround(
//std::cout << "Vertex Pitch = " << ground_ref.data_c[GRND_REF_DATA_C_2_PITCH] << " ; Vertex Roll = "
// << ground_ref.data_c[GRND_REF_DATA_C_1_ROLL] << std::endl;
assert(
vertex_id == ground_ref.data_n[GRND_REF_DATA_N_3_ORIGINAL_INDEX]
&& "Something unexpected in GroundSegmentationAlgorithm::segmentGround happened! vertex_id not equal to ground_ref.data_n[GRND_REF_DATA_N_3_ORIGINAL_INDEX]!");
//assert(
// vertex_id == ground_ref.data_n[GRND_REF_DATA_N_3_ORIGINAL_INDEX]
// && "Something unexpected in GroundSegmentationAlgorithm::segmentGround happened! vertex_id not equal to ground_ref.data_n[GRND_REF_DATA_N_3_ORIGINAL_INDEX]!");
//std::cout << "Converting vertex with id = " << vertex_id << " to marker!" << std::endl;
//std::cout << "Number of edges for vertex " << vertex_id << " = " << edges[ground_ref.data_n[3]].size() << std::endl;
......
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