Main Page
Namespaces
Namespace List
Namespace Members
All
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
c
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
a
c
f
g
i
l
n
o
p
s
u
Variables
a
c
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
File Members
All
Functions
Macros
include
fake_pose_estimation
fake_pose_estimation_nodelet.h
Go to the documentation of this file.
1
#include <
nodelet/nodelet.h
>
2
#include <
ros/ros.h
>
3
#include <nav_msgs/Odometry.h>
4
5
class
FakePoseEstimationNodelet
:
public
nodelet::Nodelet
6
{
7
public
:
8
virtual
void
onInit
();
9
10
private
:
11
ros::NodeHandle
nh_
;
12
ros::NodeHandle
n_param_
;
13
ros::Publisher
pose_pub_
;
14
ros::Subscriber
odom_sub_
;
15
16
void
odomCallback
(
const
nav_msgs::OdometryConstPtr& odom);
17
};
ros::Publisher
ros.h
FakePoseEstimationNodelet
Definition:
fake_pose_estimation_nodelet.h:5
FakePoseEstimationNodelet::nh_
ros::NodeHandle nh_
Definition:
fake_pose_estimation_nodelet.h:11
FakePoseEstimationNodelet::onInit
virtual void onInit()
Definition:
fake_pose_estimation_nodelet.cpp:7
FakePoseEstimationNodelet::n_param_
ros::NodeHandle n_param_
Definition:
fake_pose_estimation_nodelet.h:12
FakePoseEstimationNodelet::odomCallback
void odomCallback(const nav_msgs::OdometryConstPtr &odom)
Definition:
fake_pose_estimation_nodelet.cpp:17
nodelet::Nodelet
nodelet.h
FakePoseEstimationNodelet::pose_pub_
ros::Publisher pose_pub_
Definition:
fake_pose_estimation_nodelet.h:13
FakePoseEstimationNodelet::odom_sub_
ros::Subscriber odom_sub_
Definition:
fake_pose_estimation_nodelet.h:14
ros::NodeHandle
ros::Subscriber
tuw_multi_robot_ctrl
Author(s): Benjamin Binder
autogenerated on Wed Mar 2 2022 01:09:58