main.cpp
Go to the documentation of this file.
00001 #include <ros/ros.h>
00002 #include <uos_freespace/uos_freespace.h>
00003 
00004 int main(int argc, char** argv) {
00005         
00006   ros::init(argc, argv, "uos_freespace");
00007   FreeSpace fs;
00008   
00009   ros::spin();
00010   return(0);
00011 }


uos_freespace
Author(s): Jochen Sprickerhof
autogenerated on Wed May 24 2017 03:03:05