Only released in EOL distros:  

Package Summary

The local_map package The local_map package takes as input a LaserScan message and outputs a local map as OccupancyGrid. The local map orientation is the same as the one of the global frame.

local_map provides a simple local cost map for several jockeys for the Large Maps Framework (LaMa). The map is centered on the frame of the laser range finder on which it is based but its orientation is fixed.

Overview

The image shows the map in player on the left and the local map obtained from the LaserScan (red dots) on the right. The robot's orientation is approximately 45° but the map's orientation is fixed.

local_map2.png

Usage

ROS API

Subscribed Topics

~<name>/footprint (sensor_msgs/LaserScan)
  • LaserScan with possibly less than 360° angular range.

Published Topics

~<name>/local_map (nav_msgs/OccupancyGrid)
  • The values in the costmap (similar to costmap_2d).

Parameters

~<name>/map_width (float, default: 200)
  • Map pixel width (x-direction).
~<name>/map_height (float, default: 200)
  • Map pixel height (y-direction).
~<name>/map_resolution (double, default: 0.02)
  • Map resolution (m/pixel).

Wiki: local_map (last edited 2016-10-17 15:03:41 by MikeySaugstad)