parent
e89db31e9d
commit
04fcd7c5b3
|
@ -1357,6 +1357,7 @@ ModelPtr World::LoadModel(sdf::ElementPtr _sdf, BasePtr _parent)
|
||||||
if (model->GetName() == this->distribution->GetGazeboIDPtr(gazeboLocalID)->GetModelName(i))
|
if (model->GetName() == this->distribution->GetGazeboIDPtr(gazeboLocalID)->GetModelName(i))
|
||||||
{
|
{
|
||||||
this->dataPtr->ownModels.push_back(model);
|
this->dataPtr->ownModels.push_back(model);
|
||||||
|
model->SetStatic(true); // Added by zhangshuai for MPI 2019.07.17
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue