Skip to content

Commit

Permalink
change log output to not trigger log parser error
Browse files Browse the repository at this point in the history
  • Loading branch information
mfehr committed Aug 15, 2018
1 parent 994782f commit 044ecf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voxblox/include/voxblox/utils/evaluation_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ struct VoxelEvaluationDetails {
<< " num overlapping voxels: " << num_overlapping_voxels << "\n"
<< " num non-overlapping voxels: " << num_non_overlapping_voxels << "\n"
<< " num ignored voxels: " << num_ignored_voxels << "\n"
<< " min error: " << min_error << "\n"
<< " max error: " << max_error << "\n"
<< " min-error: " << min_error << "\n"
<< " max-error: " << max_error << "\n"
<< " RMSE: " << rmse << "\n"
<< "========================================\n";
return ss.str();
Expand Down

0 comments on commit 044ecf4

Please sign in to comment.