Skip to content

Commit

Permalink
costmap_3d: remove iteration output octree test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-andy-martin committed Mar 6, 2024
1 parent 207989b commit 3db22b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions costmap_3d/test/test_octree_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,6 @@ void octree_solver_test(std::size_t n, bool negative_x_roi, bool non_negative_x_
request,
&result);
S dist1 = result.min_distance;
std::cout << " octree iteration " << i << ": "
<< std::chrono::duration_cast<std::chrono::nanoseconds>(
std::chrono::high_resolution_clock::now() -start_time).count()
<< "ns" << std::endl;
total_time += std::chrono::high_resolution_clock::now() - start_time;

// Check the result against FCL's broadphase distance
Expand Down

0 comments on commit 3db22b4

Please sign in to comment.