#include <nodelet.h>
Definition at line 186 of file nodelet.h.
◆ Nodelet()
nodelet::Nodelet::Nodelet |
( |
| ) |
|
Empty constructor required for dynamic loading.
Definition at line 40 of file nodelet_class.cpp.
◆ ~Nodelet()
nodelet::Nodelet::~Nodelet |
( |
| ) |
|
|
virtual |
◆ getMTCallbackQueue()
◆ getMTNodeHandle()
◆ getMTPrivateNodeHandle()
◆ getMyArgv()
const V_string& nodelet::Nodelet::getMyArgv |
( |
| ) |
const |
|
inlineprotected |
◆ getName()
const std::string& nodelet::Nodelet::getName |
( |
| ) |
const |
|
inlineprotected |
◆ getNodeHandle()
◆ getPrivateNodeHandle()
◆ getRemappingArgs()
const M_string& nodelet::Nodelet::getRemappingArgs |
( |
| ) |
const |
|
inlineprotected |
◆ getSTCallbackQueue()
◆ getSuffixedName()
std::string nodelet::Nodelet::getSuffixedName |
( |
const std::string & |
suffix | ) |
const |
|
inlineprotected |
◆ init()
Init function called at startup.
- Parameters
-
name | The name of the nodelet |
remapping_args | The remapping args in a map for the nodelet |
my_argv | The commandline arguments for this nodelet stripped of special arguments such as ROS arguments |
Definition at line 107 of file nodelet_class.cpp.
◆ onInit()
virtual void nodelet::Nodelet::onInit |
( |
| ) |
|
|
privatepure virtual |
◆ inited_
bool nodelet::Nodelet::inited_ |
|
private |
◆ mt_nh_
◆ mt_private_nh_
◆ my_argv_
◆ nh_
◆ nodelet_name_
std::string nodelet::Nodelet::nodelet_name_ |
|
private |
◆ private_nh_
◆ remapping_args_
M_string nodelet::Nodelet::remapping_args_ |
|
private |
The documentation for this class was generated from the following files: