Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
c
d
e
f
i
l
m
n
o
p
s
t
u
Functions
+
Variables
a
c
d
e
f
i
l
m
n
p
s
t
u
Typedefs
+
Files
File List
+
File Members
All
Functions
Typedefs
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 Mon Feb 28 2022 23:13:12