#include <std_msgs/Int8.h>
#include <geometry_msgs/TransformStamped.h>
#include <moveit_servo/servo.h>
#include <moveit_servo/pose_tracking.h>
#include <moveit_servo/status_codes.h>
#include <moveit_servo/make_shared_from_pool.h>
#include <thread>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
|
static const std::string | LOGNAME = "cpp_interface_example" |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Instantiate the pose tracking interface. Send a pose slightly different from the starting pose Then keep updating the target pose a little bit
Definition at line 79 of file pose_tracking_example.cpp.
◆ LOGNAME
const std::string LOGNAME = "cpp_interface_example" |
|
static |