door_unlatching_main.cpp
Go to the documentation of this file.
00001 #include "unlatching.h"
00002 
00003 int main(int argc, char **argv)
00004 {
00005   ros::init(argc, argv, "handle_gripper");
00006   ros::NodeHandle n;
00007   ros::AsyncSpinner spinner(4); // Use 4 threads
00008   spinner.start();
00009   ROS_INFO("Starting Handle Gripper");
00010   DoorOpener doorOpener('l');
00011   ROS_INFO("Handle gripper started");
00012   ros::waitForShutdown();
00013 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


door_manipulation_tools
Author(s): Felix Endres
autogenerated on Wed Dec 26 2012 16:02:19