Repo symbol

distance_map repository

cpp navigation ros distance-transform distance-map
Repo symbol

distance_map repository

cpp navigation ros distance-transform distance-map
Repo symbol

distance_map repository

cpp navigation ros distance-transform distance-map
Repo symbol

distance_map repository

cpp navigation ros distance-transform distance-map
Repo symbol

distance_map repository

cpp navigation ros distance-transform distance-map
Repo symbol

distance_map repository

cpp navigation ros distance-transform distance-map
Repo symbol

distance_map repository

cpp navigation ros distance-transform distance-map

Repository Summary

Description A ROS package for converting OccupancyGrid/Costmap2D to 2D distance map.
Checkout URI https://github.com/artivis/distance_map.git
VCS Type git
VCS Version master
Last Updated 2019-08-02
Dev Status MAINTAINED
Released RELEASED
Tags cpp navigation ros distance-transform distance-map
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

README

distance_map

A package for converting OccupancyGrid to 2D distance map.


Package Summary

The distance_map package provides a 2D Distance Map class (see Distance Transform) together with the means to generate it, convert it, send it and visualize it.

Kinetic Melodic
kinetic melodic

Quick StartQuick ExamplePluginsContributing


Quick Start

$ git clone https://github.com/artivis/distance_map.git
$ catkin build distance_map

Quick Example

Once all distance_map packages are built, one can run an example as follows,

roslaunch distance_map_node example.launch

This command will :

  • start a map_server providing a simple map
  • start the distance_map node
  • start rviz
  • start an interactive marker to introspect the distance_map

You should see the following window,

alt text

Plugins

Available plugins:

Under development plugins:

  • None at this time.

Contributing

distance_map is developed according to Vincent Driessen’s Gitflow Workflow. This means,

  • the master branch is for releases only.
  • development is done on feature branches.
  • finished features are integrated via PullRequests into the branch devel.

For a PullRequest to get merged into devel, it must pass

  • Review by one of the maintainers.
    • Are the changes introduced in scope of distance_map?
    • Is the documentation updated?
    • Are enough reasonable tests added?

File truncated at 100 lines see the full file

Repo symbol

distance_map repository

cpp navigation ros distance-transform distance-map