#include <cstdlib>
#include <list>
#include <queue>
#include <sstream>
#include <set>
#include <boost/filesystem.hpp>
#include <boost/version.hpp>
#include <libxml/parser.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <libxml/tree.h>
#include <rtt/RTT.hpp>
#include <rtt/internal/GlobalService.hpp>
#include <rtt/deployment/ComponentLoader.hpp>
#include <rtt/Logger.hpp>
#include <rospack/rospack.h>
#include <rtt_ros/rtt_ros.h>
Go to the source code of this file.
Functions | |
std::string | getRTTPluginName () |
std::string | getRTTTargetName () |
void | loadROSService () |
bool | loadRTTPlugin (RTT::TaskContext *c) |
std::string getRTTPluginName | ( | ) |
Definition at line 43 of file rtt_ros_service.cpp.
std::string getRTTTargetName | ( | ) |
Definition at line 46 of file rtt_ros_service.cpp.
void loadROSService | ( | ) |
Definition at line 25 of file rtt_ros_service.cpp.
bool loadRTTPlugin | ( | RTT::TaskContext * | c | ) |
Definition at line 38 of file rtt_ros_service.cpp.