#include <nav_grid/vector_nav_grid.h>
#include <vector>
#include <string>
Go to the source code of this file.
|
nav_grid::VectorNavGrid< unsigned char > | nav_grid_server::classicLoadMapFromFile (const std::string &filepath, const double resolution, const bool negate_param, const double occ_th, const double free_th, const std::string &mode) |
| Load an image from a file, mimicking map_server's loading style Resulting values are [0, 100] and -1. More...
|
|
nav_grid::VectorNavGrid< unsigned char > | nav_grid_server::getCostmapFromImage (const std::string &filepath, bool flip_y_axis=true) |
| Load an image from a file and return values [0, 255]. More...
|
|
nav_grid::VectorNavGrid< Pixel > | nav_grid_server::getImage (const std::string &filepath, bool flip_y_axis=true) |
| Load an image as a NavGrid of pixels. More...
|
|
nav_grid::VectorNavGrid< double > | nav_grid_server::getImageIntensity (const std::string &filepath, bool flip_y_axis=true) |
| Load an image from a file and return the image intensity at each pixel. More...
|
|