Main Page
Namespaces
Classes
Files
File List
File Members
src
phidgets_ik_nodelet.cpp
Go to the documentation of this file.
1
#include "
phidgets_ik/phidgets_ik_nodelet.h
"
2
3
typedef
phidgets::PhidgetsIKNodelet
PhidgetsIKNodelet
;
4
5
PLUGINLIB_EXPORT_CLASS
(
PhidgetsIKNodelet
,
nodelet::Nodelet
)
6
7
void
PhidgetsIKNodelet
::onInit()
8
{
9
NODELET_INFO
(
"Initializing Phidgets IK Nodelet"
);
10
11
// TODO: Do we want the single threaded or multithreaded NH?
12
ros::NodeHandle
nh = getMTNodeHandle();
13
ros::NodeHandle
nh_private = getMTPrivateNodeHandle();
14
15
ik_ =
new
IKRosI
(nh, nh_private);
16
}
phidgets_ik_nodelet.h
phidgets::IKRosI
Definition:
ik_ros_i.h:27
ros::NodeHandle
nodelet::Nodelet
PhidgetsIKNodelet
phidgets::PhidgetsIKNodelet PhidgetsIKNodelet
Definition:
phidgets_ik_nodelet.cpp:3
NODELET_INFO
#define NODELET_INFO(...)
phidgets::PhidgetsIKNodelet
Definition:
phidgets_ik_nodelet.h:11
PLUGINLIB_EXPORT_CLASS
#define PLUGINLIB_EXPORT_CLASS(class_type, base_class_type)
phidgets_ik
Author(s): James Sarrett, Russel Howe
autogenerated on Fri Apr 9 2021 02:56:07