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

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

List of all members.

Public Member Functions

bool operator== (const Object &_obj) const
 Equality operator, result = this == _obj.

Public Attributes

math::Pose destination
 Destination where the object is teleported after a drop.
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 dropped.

Definition at line 49 of file VacuumGripperPlugin.cc.


Member Function Documentation

bool gazebo::VacuumGripperPluginPrivate::Object::operator== ( const Object _obj) const [inline]

Equality operator, result = this == _obj.

Parameters:
[in]_objObject to check for equality
Returns:
true if this == _obj

Definition at line 54 of file VacuumGripperPlugin.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 63 of file VacuumGripperPlugin.cc.


Member Data Documentation

Destination where the object is teleported after a drop.

Definition at line 75 of file VacuumGripperPlugin.cc.

Object type.

Definition at line 72 of file VacuumGripperPlugin.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