Main Page
Namespaces
Classes
Files
File List
File Members
src
phidgets_imu_nodelet.cpp
Go to the documentation of this file.
1
#include "
phidgets_imu/phidgets_imu_nodelet.h
"
2
3
typedef
phidgets::PhidgetsImuNodelet
PhidgetsImuNodelet
;
4
5
PLUGINLIB_EXPORT_CLASS
(
PhidgetsImuNodelet
,
nodelet::Nodelet
)
6
7
void
PhidgetsImuNodelet
::onInit()
8
{
9
NODELET_INFO
(
"Initializing Phidgets IMU 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
imu_ =
new
ImuRosI
(nh, nh_private);
16
}
ros::NodeHandle
phidgets::ImuRosI
Definition:
imu_ros_i.h:22
nodelet::Nodelet
phidgets_imu_nodelet.h
PhidgetsImuNodelet
phidgets::PhidgetsImuNodelet PhidgetsImuNodelet
Definition:
phidgets_imu_nodelet.cpp:3
NODELET_INFO
#define NODELET_INFO(...)
PLUGINLIB_EXPORT_CLASS
PLUGINLIB_EXPORT_CLASS(diagnostic_aggregator::AnalyzerGroup, diagnostic_aggregator::Analyzer) AnalyzerGroup
phidgets::PhidgetsImuNodelet
Definition:
phidgets_imu_nodelet.h:11
phidgets_imu
Author(s): Ivan Dryanovski
autogenerated on Fri Apr 9 2021 02:56:04