Class to store information about each object to be populated. More...
Public Member Functions | |
bool | operator< (const Object &_obj) const |
Less than operator. More... | |
Public Attributes | |
math::Pose | pose |
Pose in which the object should be placed. More... | |
double | time |
Simulation time in which the object should be spawned. More... | |
std::string | type |
Object type. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &_out, const Object &_obj) |
Stream insertion operator. More... | |
Class to store information about each object to be populated.
Definition at line 50 of file PopulationPlugin.cc.
|
inline |
Less than operator.
[in] | _obj | Other object to compare |
Definition at line 55 of file PopulationPlugin.cc.
|
friend |
Stream insertion operator.
[in] | _out | output stream |
[in] | _obj | object to output |
Definition at line 64 of file PopulationPlugin.cc.
math::Pose gazebo::PopulationPluginPrivate::Object::pose |
Pose in which the object should be placed.
Definition at line 80 of file PopulationPlugin.cc.
double gazebo::PopulationPluginPrivate::Object::time |
Simulation time in which the object should be spawned.
Definition at line 74 of file PopulationPlugin.cc.
std::string gazebo::PopulationPluginPrivate::Object::type |
Object type.
Definition at line 77 of file PopulationPlugin.cc.