Skip to content

Commit

Permalink
Merge branch 'gz-physics6' into mjcarroll/garden_bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll committed Jan 4, 2024
2 parents 9164d8b + 216f174 commit c46d3f5
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 c46d3f5

Please sign in to comment.