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