Public Member Functions | Public Attributes | Friends
gazebo::PopulationPluginPrivate::Object Class Reference

Class to store information about each object to be populated. More...

List of all members.

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.

Detailed Description

Class to store information about each object to be populated.

Definition at line 50 of file PopulationPlugin.cc.


Member Function Documentation

bool gazebo::PopulationPluginPrivate::Object::operator< ( const Object _obj) const [inline]

Less than operator.

Parameters:
[in]_objOther object to compare
Returns:
True if this < _obj

Definition at line 55 of file PopulationPlugin.cc.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  _out,
const Object _obj 
) [friend]

Stream insertion operator.

Parameters:
[in]_outoutput stream
[in]_objobject to output
Returns:
The output stream

Definition at line 64 of file PopulationPlugin.cc.


Member Data Documentation

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.


The documentation for this class was generated from the following file:


osrf_gear
Author(s):
autogenerated on Mon Sep 5 2016 03:41:33