Main Page
Namespaces
Classes
Files
File List
File Members
include
phidgets_ik
phidgets_ik_nodelet.h
Go to the documentation of this file.
1
#ifndef PHIDGETS_IK_PHIDGETS_IK_NODELET_H
2
#define PHIDGETS_IK_PHIDGETS_IK_NODELET_H
3
4
#include <
nodelet/nodelet.h
>
5
#include <
pluginlib/class_list_macros.h
>
6
7
#include "
phidgets_ik/ik_ros_i.h
"
8
9
namespace
phidgets
{
10
11
class
PhidgetsIKNodelet
:
public
nodelet::Nodelet
12
{
13
public
:
14
virtual
void
onInit
();
15
16
private
:
17
IK
*
ik_
;
// FIXME: change to smart pointer
18
};
19
20
}
// namespace phidgets
21
22
#endif // PHIDGETS_IK_PHIDGETS_IK_NODELET_H
ik_ros_i.h
phidgets::PhidgetsIKNodelet::onInit
virtual void onInit()
Definition:
phidgets_ik_nodelet.cpp:7
phidgets
nodelet.h
nodelet::Nodelet
class_list_macros.h
phidgets::PhidgetsIKNodelet::ik_
IK * ik_
Definition:
phidgets_ik_nodelet.h:17
phidgets::PhidgetsIKNodelet
Definition:
phidgets_ik_nodelet.h:11
phidgets::IK
phidgets_ik
Author(s): James Sarrett, Russel Howe
autogenerated on Fri Apr 9 2021 02:56:07