|
selfdriving
|
#include <mpp/interfaces/ObstacleSource.h>
Public Member Functions | |
| ObstacleSourceStaticPointcloud (const mrpt::maps::CPointsMap::Ptr &staticObstacles) | |
| mrpt::maps::CPointsMap::Ptr | obstacles ([[maybe_unused]] mrpt::system::TTimeStamp t=mrpt::system::TTimeStamp()) override |
Public Member Functions inherited from mpp::ObstacleSource | |
| ObstacleSource ()=default | |
| virtual | ~ObstacleSource () |
| virtual mrpt::maps::CPointsMap::Ptr | obstacles (mrpt::system::TTimeStamp t=mrpt::system::TTimeStamp())=0 |
| virtual bool | dynamic () const |
Private Attributes | |
| mrpt::maps::CPointsMap::Ptr | static_obs_ |
Additional Inherited Members | |
Public Types inherited from mpp::ObstacleSource | |
| using | Ptr = std::shared_ptr< ObstacleSource > |
Static Public Member Functions inherited from mpp::ObstacleSource | |
| static Ptr | FromStaticPointcloud (const mrpt::maps::CPointsMap::Ptr &pc) |
A simple obstacle source from a fixed (static world) point cloud.
|
inline |
|
inlineoverride |
|
private |
1.8.13