yumi_gripper_node.cpp
Go to the documentation of this file.
00001 #include <ros/ros.h>
00002 #include <ros/console.h>
00003 
00004 #include <yumi_hw/yumi_gripper_node.h>
00005 
00006 int main( int argc, char* argv[] )
00007 {
00008     ros::init(argc, argv, "yumi_gripper_node");
00009     YumiGripperNode gripperNode;
00010     ros::AsyncSpinner spinner(4); // Use 4 threads
00011     spinner.start();
00012     ros::waitForShutdown();
00013 
00014     //ros::spin();
00015     return 0;
00016 }
00017 
00018  


yumi_hw
Author(s):
autogenerated on Sat Jun 8 2019 20:47:40