ROSEndEffector
ROS End-Effector package: provides a ROS-based set of standard interfaces to command robotics end-effectors in an agnostic fashion.
Functions
UniversalRosEndEffector.cpp File Reference
#include <ros/ros.h>
#include <end_effector/UniversalRosEndEffectorExecutor.h>
+ Include dependency graph for UniversalRosEndEffector.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 22 of file UniversalRosEndEffector.cpp.

22  {
23 
24  ros::init ( argc, argv, "UniversalRosEndEffector" );
25 
26  ROSEE::UniversalRosEndEffectorExecutor executor("ros_end_effector");
27  executor.spin();
28 
29  return 0;
30 
31 }
Class representing the ROS executor implementing the unviversal ROS EE concept.