Skip to content

Latest commit

 

History

History
42 lines (17 loc) · 969 Bytes

File metadata and controls

42 lines (17 loc) · 969 Bytes

Grid Map Python Bindings

This repository provides Python bindings for the powerful C++ grid map library from ANYbotics.

This allows for the creation, manipulation, and processing of 2D grid maps with multiple data layers directly in Python, making it useful for robotics applications, path planning, and terrain mapping.

Original Library

All credit for the core library goes to the team at ANYbotics.

Installation

# Clone this repository and its dependencies

git clone https://github.com/robotika/grid_map_py

cd grid_map_py



# Install build tools and build the wheel

pip install build

python -m build --wheel



# Install the built package

pip install dist/grid_map_py-*.whl