base_motor_node_main.cpp
Go to the documentation of this file.
00001 
00024 #include "base_motor_node.h"
00025 
00026 int main(int argc, char **argv)
00027 {
00028     ros::init(argc, argv, "base_motor");
00029 
00030     BaseMotorNode node;
00031     node.init();
00032     node.spin();
00033 
00034     return 0;
00035 }


maggie_base
Author(s): Raul Perula-Martinez
autogenerated on Thu Apr 23 2015 22:19:14