Main Page
Namespaces
Classes
Files
File List
File Members
include
phidgets_imu
phidgets_imu_nodelet.h
Go to the documentation of this file.
1
#ifndef PHIDGETS_IMU_PHIDGETS_IMU_NODELET_H
2
#define PHIDGETS_IMU_PHIDGETS_IMU_NODELET_H
3
4
#include <
nodelet/nodelet.h
>
5
#include <
pluginlib/class_list_macros.h
>
6
7
#include "
phidgets_imu/imu_ros_i.h
"
8
9
namespace
phidgets
{
10
11
class
PhidgetsImuNodelet
:
public
nodelet::Nodelet
12
{
13
public
:
14
virtual
void
onInit
();
15
16
private
:
17
Imu
*
imu_
;
// FIXME: change to smart pointer
18
};
19
20
}
// namespace phidgets
21
22
#endif // PHIDGETS_IMU_PHIDGETS_IMU_NODELET_H
phidgets
imu_ros_i.h
nodelet.h
nodelet::Nodelet
class_list_macros.h
phidgets::PhidgetsImuNodelet::onInit
virtual void onInit()
Definition:
phidgets_imu_nodelet.cpp:7
phidgets::PhidgetsImuNodelet::imu_
Imu * imu_
Definition:
phidgets_imu_nodelet.h:17
phidgets::PhidgetsImuNodelet
Definition:
phidgets_imu_nodelet.h:11
phidgets::Imu
phidgets_imu
Author(s): Ivan Dryanovski
autogenerated on Tue May 7 2019 03:19:31