cob_lookat_controller_node.cpp
Go to the documentation of this file.
00001 #include <ros/ros.h>
00002 #include <cob_lookat_controller/cob_lookat_controller.h>
00003 
00004 int main(int argc, char **argv)
00005 {
00006         ros::init (argc, argv, "cob_lookat_controller_node");
00007         CobLookatController *ctc = new CobLookatController();
00008         
00009         ctc->initialize();
00010         ctc->run();
00011         
00012         return 0;
00013 }


cob_lookat_controller
Author(s): Felix Messmer
autogenerated on Sun Mar 1 2015 13:56:32