Fawkes API
Fawkes Development Version
|
#include <>>
Public Member Functions | |
ROSAspect () | |
Constructor. More... | |
virtual | ~ROSAspect () |
Virtual empty destructor. More... | |
![]() | |
const std::list< const char * > & | get_aspects () const |
Get list of aspect names attached to a aspected thread. More... | |
Protected Attributes | |
LockPtr< ros::NodeHandle > | rosnode |
Additional Inherited Members | |
![]() | |
void | add_aspect (const char *name) |
Add an aspect to a thread. More... | |
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 46 of file ros.h.
Referenced by RosClockThread::finalize(), RosClockThread::init(), ROSOdometryThread::init(), NavGraphGeneratorVisualizationThread::init(), ROSCmdVelThread::init(), RobotinoRosJointsThread::init(), RosIMUThread::init(), NavGraphVisualizationThread::init(), TabletopVisualizationThread::init(), ROSTalkerPubThread::init(), NavGraphROSPubThread::init(), RosImagesThread::init(), RosSkillerThread::init(), RosJointThread::init(), RosMoveBaseThread::init(), AmclROSThread::init(), RosPosition3DThread::init(), PointCloudDBROSCommThread::init(), RosLaserScanThread::init(), RosTfThread::init(), and ~ROSAspect().