#include <ROSInterface.h>
Public Member Functions | |
virtual void | createSubscriber (ros::NodeHandle &nh) |
virtual void | processData (const geometry_msgs::Pose::ConstPtr &odom) |
ROSPoseToPAT (osg::Group *rootNode, std::string topic, std::string vehicleName) | |
~ROSPoseToPAT () | |
Private Attributes | |
osg::ref_ptr < osg::MatrixTransform > | transform |
Definition at line 145 of file ROSInterface.h.
ROSPoseToPAT::ROSPoseToPAT | ( | osg::Group * | rootNode, |
std::string | topic, | ||
std::string | vehicleName | ||
) |
Definition at line 194 of file ROSInterface.cpp.
Definition at line 231 of file ROSInterface.cpp.
void ROSPoseToPAT::createSubscriber | ( | ros::NodeHandle & | nh | ) | [virtual] |
Implements ROSSubscriberInterface.
Definition at line 210 of file ROSInterface.cpp.
void ROSPoseToPAT::processData | ( | const geometry_msgs::Pose::ConstPtr & | odom | ) | [virtual] |
Definition at line 216 of file ROSInterface.cpp.
osg::ref_ptr<osg::MatrixTransform> ROSPoseToPAT::transform [private] |
Definition at line 147 of file ROSInterface.h.