1. MPI_Allgatherv, version 0.5.2
2. a little modification
This commit is contained in:
parent
aa80c5b61b
commit
e89db31e9d
|
@ -40,7 +40,7 @@
|
||||||
// #include "gazebo/common/Plugin.hh"
|
// #include "gazebo/common/Plugin.hh"
|
||||||
// #include "gazebo/common/Events.hh"
|
// #include "gazebo/common/Events.hh"
|
||||||
// #include "gazebo/common/Exception.hh"
|
// #include "gazebo/common/Exception.hh"
|
||||||
#include "gazebo/common/Console.hh"
|
// #include "gazebo/common/Console.hh"
|
||||||
// #include "gazebo/common/CommonTypes.hh"
|
// #include "gazebo/common/CommonTypes.hh"
|
||||||
|
|
||||||
// #include "gazebo/physics/Gripper.hh"
|
// #include "gazebo/physics/Gripper.hh"
|
||||||
|
@ -126,4 +126,4 @@ void GazeboID::Fini()
|
||||||
{
|
{
|
||||||
this->modelNames.clear();
|
this->modelNames.clear();
|
||||||
this->sdf.reset();
|
this->sdf.reset();
|
||||||
}
|
}
|
Loading…
Reference in New Issue