Skip to content

Commit

Permalink
Reduce error to debug messsage for mesh construction (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
iche033 and ahcorde committed Dec 11, 2023
1 parent 5b74d1f commit fad4342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dartsim/src/SDFFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,8 @@ Identity SDFFeatures::ConstructSdfCollision(
if (!shape)
{
// The geometry element was empty, or the shape type is not supported
gzerr << "The geometry element of collision [" << _collision.Name() << "] "
<< "couldn't be created\n";
gzdbg << "The geometry element of collision [" << _collision.Name() << "] "
<< "couldn't be created\n";

Check warning on line 844 in dartsim/src/SDFFeatures.cc

View check run for this annotation

Codecov / codecov/patch

dartsim/src/SDFFeatures.cc#L843-L844

Added lines #L843 - L844 were not covered by tests
return this->GenerateInvalidId();
}

Expand Down

0 comments on commit fad4342

Please sign in to comment.