Skip to content

Commit

Permalink
f sgal3 python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
artivis committed Mar 19, 2024
1 parent 33919a3 commit 87324b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/bindings_manif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ void wrap_SE3(pybind11::module &m);

void wrap_SE_2_3(pybind11::module &m);

void wrap_SGal3(pybind11::module &m);

PYBIND11_MODULE(_bindings, m) {
m.doc() = "Python bindings for the manif library, "
"a small library for Lie theory.";
Expand All @@ -23,4 +25,6 @@ PYBIND11_MODULE(_bindings, m) {
wrap_SE3(m);

wrap_SE_2_3(m);

wrap_SGal3(m);
}

0 comments on commit 87324b6

Please sign in to comment.