Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature : Adding Python bindings #335

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 12, 2022

  1. Added minimal grid_map_core/GridMap python bindings

    Using pybind11 in a separate package
    limaanto committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    0464220 View commit details
    Browse the repository at this point in the history
  2. [grid_map_python] Added ROS conversion functions

    and a dedicated test
    limaanto committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    d457070 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dca624 View commit details
    Browse the repository at this point in the history
  4. [grid_map_python] Added an indirection class and tests

    The indirection class is to add python-side syntactic sugar
    limaanto committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    753865f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07a5073 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1489bc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    03eb3c3 View commit details
    Browse the repository at this point in the history