Nodelet-wrapper of the RandomWalkerController class.
More...
Nodelet-wrapper of the RandomWalkerController class.
Definition at line 26 of file nodelet.cpp.
kobuki::RandomWalkerControllerNodelet::RandomWalkerControllerNodelet |
( |
| ) |
|
|
inline |
kobuki::RandomWalkerControllerNodelet::~RandomWalkerControllerNodelet |
( |
| ) |
|
|
inline |
virtual void kobuki::RandomWalkerControllerNodelet::onInit |
( |
| ) |
|
|
inlinevirtual |
Initialise the nodelet.
This function is called, when the nodelet manager loads the nodelet.
Implements nodelet::Nodelet.
Definition at line 43 of file nodelet.cpp.
void kobuki::RandomWalkerControllerNodelet::update |
( |
| ) |
|
|
inlineprivate |
Method for update thread.
Definition at line 83 of file nodelet.cpp.
Pointer to the random walker controller.
Definition at line 72 of file nodelet.cpp.
std::string kobuki::RandomWalkerControllerNodelet::name_ |
|
private |
bool kobuki::RandomWalkerControllerNodelet::shutdown_requested_ |
|
private |
Flag for stopping the update thread.
Definition at line 80 of file nodelet.cpp.
double kobuki::RandomWalkerControllerNodelet::update_rate_ |
|
private |
Spin rate for the update thread.
Definition at line 74 of file nodelet.cpp.
ecl::Thread kobuki::RandomWalkerControllerNodelet::update_thread_ |
|
private |
Update thread for publishing velocity and LED commands.
Definition at line 78 of file nodelet.cpp.
The documentation for this class was generated from the following file: