![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Public Member Functions | |
| SafetyZone (std::shared_ptr< Polygon > outerBorder) | |
| SafetyZone (const Eigen::MatrixXd &outerBorderMatrix) | |
| bool | isPointValid (const double px, const double py) |
| bool | isPathValid (const double p1x, const double p1y, const double p2x, const double p2y) |
| Polygon | getBorder () |