cob_articulation_node.cpp
Go to the documentation of this file.
00001 #include <ros/ros.h>
00002 #include <cob_path_broadcaster/cob_articulation.h>
00003 
00004 int main(int argc, char **argv)
00005 {
00006         ros::init (argc, argv, "cob_articulation");
00007         CobArticulation *pb = new CobArticulation();
00008         
00009         bool success = pb->initialize();
00010         if(success){
00011                 ROS_INFO("...initialized!");
00012                 pb->load();
00013         }else{
00014                 ROS_ERROR("Initialization failed");
00015         }
00016         return 0;
00017 }


cob_path_broadcaster
Author(s): Christoph Mark
autogenerated on Sun Mar 1 2015 13:56:50