Loads the object descriptors from disk. More...
#include <ORLoaderModule.h>
Public Member Functions | |
ORLoaderModule (ros::NodeHandle *nh, ORMatchingModule *objRecMatchingModule) | |
The constructor. | |
virtual | ~ORLoaderModule () |
The destructor. | |
Private Member Functions | |
void | callbackOrCommand (const or_msgs::OrCommand::ConstPtr &msg) |
bool | fileExists (const std::string &file) |
void | loadDefaultObjects () |
void | loadObjectProperties (std::string filename) |
Private Attributes | |
ros::Subscriber | m_ORCommandSubscriber |
ORMatchingModule * | m_ORMatchingModule |
Loads the object descriptors from disk.
Definition at line 24 of file ORLoaderModule.h.
ORLoaderModule::ORLoaderModule | ( | ros::NodeHandle * | nh, |
ORMatchingModule * | objRecMatchingModule | ||
) |
The constructor.
virtual ORLoaderModule::~ORLoaderModule | ( | ) | [virtual] |
The destructor.
void ORLoaderModule::callbackOrCommand | ( | const or_msgs::OrCommand::ConstPtr & | msg | ) | [private] |
bool ORLoaderModule::fileExists | ( | const std::string & | file | ) | [private] |
void ORLoaderModule::loadDefaultObjects | ( | ) | [private] |
void ORLoaderModule::loadObjectProperties | ( | std::string | filename | ) | [private] |
Definition at line 38 of file ORLoaderModule.h.
Definition at line 40 of file ORLoaderModule.h.