Skip to content

Commit

Permalink
Reduce error to debug messsage for mesh construction (#531) (#581)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
iche033 and ahcorde committed Dec 11, 2023
1 parent 5b74d1f commit 216f174
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";
return this->GenerateInvalidId();
}

Expand Down

0 comments on commit 216f174

Please sign in to comment.