|
Fawkes API
Fawkes Development Version
|
Thread aspect to get access to a ROS node handle. More...
#include <>>

Public Member Functions | |
| ROSAspect () | |
| Constructor. | |
| virtual | ~ROSAspect () |
| Virtual empty destructor. | |
Public Member Functions inherited from fawkes::Aspect | |
| const std::list< const char * > & | get_aspects () const |
| Get list of aspect names attached to a aspected thread. | |
Protected Attributes | |
| LockPtr< ros::NodeHandle > | rosnode |
| Central ROS node handle. | |
Friends | |
| class | ROSAspectIniFin |
Additional Inherited Members | |
Protected Member Functions inherited from fawkes::Aspect | |
| void | add_aspect (const char *name) |
| Add an aspect to a thread. | |
Thread aspect to get access to a ROS node handle.
Give this aspect to your thread to interact with the central ROS node handle.
|
virtual |
|
protected |
Central ROS node handle.
Make sure you use proper locking in your application when using the class, or chaos and havoc will come upon you.
Definition at line 48 of file ros.h.
Referenced by ROSTalkerPubThread::init(), ROSCmdVelThread::init(), ROSOdometryThread::init(), RobotinoRosJointsThread::init(), TabletopVisualizationThread::init(), ROSWebviewThread::init(), RosImagesThread::init(), RosLaserScanThread::init(), RosPointCloudThread::init(), and RosTfThread::init().