#include <mrpt/reactivenav/CAbstractReactiveNavigationSystem.h>
Public Member Functions | |
TSensors () | |
Public Attributes | |
bool(* | sense )(mrpt::slam::CSimplePointsMap &obstacles, mrpt::slam::COccupancyGridMap2D *obstaclesGridMap) |
This wrapper function must return all currently sensed obstacles, as a map of points. |
Definition at line 165 of file CAbstractReactiveNavigationSystem.h.
mrpt::reactivenav::CAbstractReactiveNavigationSystem::TSensors::TSensors | ( | ) | [inline] |
Definition at line 167 of file CAbstractReactiveNavigationSystem.h.
bool(* mrpt::reactivenav::CAbstractReactiveNavigationSystem::TSensors::sense)(mrpt::slam::CSimplePointsMap &obstacles, mrpt::slam::COccupancyGridMap2D *obstaclesGridMap) |
This wrapper function must return all currently sensed obstacles, as a map of points.
It can be used direct methods from laser range scans, for example.
Page generated by Doxygen 1.5.7.1 for MRPT 0.7.1 SVN: at Mon Aug 17 23:02:22 EDT 2009 |