#include <errno.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "nav2d_localizer/map.h"
Go to the source code of this file.
Functions | |
int | map_load_occ (map_t *map, const char *filename, double scale, int negate) |
int map_load_occ | ( | map_t * | map, |
const char * | filename, | ||
double | scale, | ||
int | negate | ||
) |
Definition at line 39 of file map_store.c.