Main Page
Classes
Files
File List
File Members
src
odom_frame_publisher_node.cpp
Go to the documentation of this file.
1
12
// headers in this package
13
#include <
odom_frame_publisher/odom_frame_publisher.h
>
14
15
// headers for ros
16
#include <
ros/ros.h
>
17
22
int
main
(
int
argc,
char
*argv[])
23
{
24
ros::init
(argc, argv,
"odom_frame_publisher"
);
25
ros::NodeHandle
nh;
26
ros::NodeHandle
pnh(
"~"
);
27
OdomFramePublisher
publisher(nh,pnh);
28
ros::spin
();
29
return
0;
30
}
odom_frame_publisher.h
Definition of the OdomFramePublisher Class.
main
int main(int argc, char *argv[])
main function
Definition:
odom_frame_publisher_node.cpp:22
ros::NodeHandle
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
OdomFramePublisher
Definition:
odom_frame_publisher.h:30
ros::spin
ROSCPP_DECL void spin(Spinner &spinner)
ros.h
odom_frame_publisher
Author(s):
autogenerated on Tue Jun 2 2020 03:53:06