$search
#include <test_rviz_node.h>
Public Member Functions | |
void | testFunc () |
TestRvizNode (VisualizationManager *manager, const std::string &name) | |
~TestRvizNode () | |
Protected Attributes | |
ros::Publisher | cam_pose_pub_ |
ros::NodeHandle | nh_ |
Ogre::SceneNode * | scene_node_ |
Scene node all the marker objects are parented to. |
Definition at line 35 of file test_rviz_node.h.
rviz::TestRvizNode::TestRvizNode | ( | VisualizationManager * | manager, | |
const std::string & | name | |||
) |
rviz::TestRvizNode::~TestRvizNode | ( | ) | [inline] |
Definition at line 39 of file test_rviz_node.h.
void rviz::TestRvizNode::testFunc | ( | ) |
ros::Publisher rviz::TestRvizNode::cam_pose_pub_ [protected] |
Definition at line 46 of file test_rviz_node.h.
ros::NodeHandle rviz::TestRvizNode::nh_ [protected] |
Definition at line 47 of file test_rviz_node.h.
Ogre::SceneNode* rviz::TestRvizNode::scene_node_ [protected] |
Scene node all the marker objects are parented to.
Definition at line 44 of file test_rviz_node.h.