Class to store information about each object to be dropped. More...
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. | |
Class to store information about each object to be dropped.
Definition at line 49 of file VacuumGripperPlugin.cc.
| bool gazebo::VacuumGripperPluginPrivate::Object::operator== | ( | const Object & | _obj | ) | const [inline] |
Equality operator, result = this == _obj.
| [in] | _obj | Object to check for equality |
Definition at line 54 of file VacuumGripperPlugin.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 63 of file VacuumGripperPlugin.cc.
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.