phidgets_ik_nodelet.cpp
Go to the documentation of this file.
2 
4 
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::PhidgetsIKNodelet PhidgetsIKNodelet
#define NODELET_INFO(...)
#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