INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydroogmap::OgLosTracer Class ReferenceComputes whether line-of-sight exists in an occupancy grid map. More...
Detailed DescriptionComputes whether line-of-sight exists in an occupancy grid map. Member Function Documentation
Trace from start(x0,y0) to intendedEnd(x1,y1). Returns: true: we didn't hit an obstacle. false: we hit an obstacle or left the map. References hydroogmap::MapRayTracer< MapType, MapCellTracer >::traceCells().
Trace from start(x0,y0) to intendedEnd(x1,y1). Puts the point at which it stopped tracing in actualEnd(endX,endY). Returns: true: we didn't hit an obstacle. false: we hit an obstacle or left the map. References hydroogmap::MapRayTracer< MapType, MapCellTracer >::traceCells(). Referenced by isClearWorld(). The documentation for this class was generated from the following file: |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)