Main Page
Namespaces
Classes
Files
File List
File Members
ros_marty
src
ros_marty.cpp
Go to the documentation of this file.
1
9
#include <ros/ros.h>
10
11
#include <
ros_marty/marty_core.hpp
>
12
13
int
main
(
int
argc,
char
** argv) {
14
ros::init(argc, argv,
"marty"
);
15
ros::NodeHandle nh(
"~"
);
16
17
// MartyCore marty(&nh);
18
ros::Rate r(50);
19
20
while
(ros::ok()) {
21
ros::spinOnce();
22
r.sleep();
23
}
24
25
ros::shutdown();
26
return
0;
27
}
main
int main(int argc, char **argv)
Definition:
ros_marty.cpp:13
marty_core.hpp
Marty Core header providing access to Marty methods.
ros_marty
Author(s): Alejandro Bordallo
autogenerated on Fri Jul 21 2017 14:51:45