47 .doc(
"Return full name of ROS node.");
49 .doc(
"Return ROS node namespace.");
57 log(
Info) <<
"Initializing ROS node in Orocos plugin..." <<
endlog();
67 std::vector<char *> argvv(argv, argv + argc);
68 assert(argvv.size() == argc);
75 log(
Warning) <<
"'roscore' is not running: no ROS functions will be available." <<
endlog();
94 log(
Info) <<
"ROS node spinner started (" << thread_count <<
" " << (thread_count > 1 ?
"threads" :
"thread") <<
")." <<
endlog();
104 return OROCOS_TARGET_NAME;
static void loadROSService()
std::string getRTTTargetName()
ROSCPP_DECL bool isInitialized()
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
ROSCPP_DECL const std::string & getName()
char ** __os_main_argv(void)
ROSCPP_DECL const std::string & getNamespace()
ROSCPP_DECL bool get(const std::string &key, std::string &s)
bool loadRTTPlugin(RTT::TaskContext *c)
std::string getRTTPluginName()
ROSCPP_DECL void shutdown()
static Logger::LogFunction endlog()
static RTT_API Service::shared_ptr Instance()