orca-robotics INTRODUCTION Overview Download and Install Documentation REPOSITORY Interfaces Drivers Libraries Utilities Software Map DEVELOPER Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
obstacleutil.h00001 #ifndef HYDROSIM2D_OBSTACLEUTIL_H 00002 #define HYDROSIM2D_OBSTACLEUTIL_H 00003 00004 #include <hydroogmap/hydroogmap.h> 00005 00006 namespace hydrosim2d { 00007 00009 void 00010 placeSquareObstacle( hydroogmap::OgMap &ogMap, 00011 double x, 00012 double y, 00013 double width ); 00014 00015 } 00016 00017 #endif |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)