Skip to content

Commit

Permalink
Remove assert using removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Sep 10, 2021
1 parent 59fbddd commit 9e85257
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scenario/src/gazebo/src/World.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ class World::Impl

{
// Check that the model name is correct
assert(modelSdfRoot->ModelCount() == 1);
std::string modelNameSDF = modelSdfRoot->Model()->Name();
std::string modelNameEntity = utils::getExistingComponentData< //
ignition::gazebo::components::Name>(world.m_ecm, modelEntity);
Expand Down

0 comments on commit 9e85257

Please sign in to comment.