SMACC
|
#include <cp_grasping_objects.h>
Public Member Functions | |
bool | getGraspingObject (std::string name, moveit_msgs::CollisionObject &object) |
void | createGraspableBox (std::string frameid, float x, float y, float z, float xl, float yl, float zl) |
Public Member Functions inherited from smacc::ISmaccComponent | |
ISmaccComponent () | |
virtual | ~ISmaccComponent () |
virtual std::string | getName () const |
Public Attributes | |
std::vector< std::string > | fingerTipNames |
boost::optional< std::string > | currentAttachedObjectName |
Private Attributes | |
std::map< std::string, moveit_msgs::CollisionObject > | graspingObjects |
Additional Inherited Members | |
Protected Member Functions inherited from smacc::ISmaccComponent | |
virtual void | initialize (ISmaccClient *owner) |
void | setStateMachine (ISmaccStateMachine *stateMachine) |
template<typename EventType > | |
void | postEvent (const EventType &ev) |
template<typename EventType > | |
void | postEvent () |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
template<typename TComponent > | |
void | requiresComponent (TComponent *&requiredComponentStorage) |
template<typename TClient > | |
void | requiresClient (TClient *&requiredClientStorage) |
virtual void | onInitialize () |
template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs> | |
SmaccComponentType * | createSiblingComponent (TArgs... targs) |
template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs> | |
SmaccComponentType * | createSiblingNamedComponent (std::string name, TArgs... targs) |
Protected Attributes inherited from smacc::ISmaccComponent | |
ISmaccStateMachine * | stateMachine_ |
ISmaccClient * | owner_ |
Definition at line 10 of file cp_grasping_objects.h.
void cl_move_group_interface::GraspingComponent::createGraspableBox | ( | std::string | frameid, |
float | x, | ||
float | y, | ||
float | z, | ||
float | xl, | ||
float | yl, | ||
float | zl | ||
) |
Definition at line 18 of file cp_grasping_objects.cpp.
References graspingObjects.
bool cl_move_group_interface::GraspingComponent::getGraspingObject | ( | std::string | name, |
moveit_msgs::CollisionObject & | object | ||
) |
Definition at line 5 of file cp_grasping_objects.cpp.
References graspingObjects.
Referenced by cl_move_group_interface::CbAttachObject::onEntry().
boost::optional<std::string> cl_move_group_interface::GraspingComponent::currentAttachedObjectName |
Definition at line 18 of file cp_grasping_objects.h.
Referenced by cl_move_group_interface::CbAttachObject::onEntry(), and cl_move_group_interface::CbDetachObject::onEntry().
std::vector<std::string> cl_move_group_interface::GraspingComponent::fingerTipNames |
Definition at line 16 of file cp_grasping_objects.h.
Referenced by cl_move_group_interface::CbAttachObject::onEntry().
|
private |
Definition at line 13 of file cp_grasping_objects.h.
Referenced by createGraspableBox(), and getGraspingObject().