#include <std_msgs/Int8.h>
#include <moveit_servo/servo.h>
#include <moveit_servo/status_codes.h>
#include <moveit_servo/make_shared_from_pool.h>
Go to the source code of this file.
Classes | |
class | StatusMonitor |
Functions | |
int | main (int argc, char **argv) |
Variables | |
static const std::string | LOGNAME = "cpp_interface_example" |
int main | ( | int | argc, |
char ** | argv | ||
) |
Instantiate the C++ servo node interface. Send some Cartesian commands, then some joint commands.
Definition at line 75 of file cpp_interface_example.cpp.
|
static |
Definition at line 45 of file cpp_interface_example.cpp.