Skip to content
Snippets Groups Projects
Commit 72714f6a authored by jcarpent's avatar jcarpent
Browse files

[Python] Update Inertia methods

parent eaa0193c
Branches
Tags
No related merge requests found
......@@ -84,6 +84,7 @@ namespace se3
.def(bp::self + bp::self)
.def(bp::self * bp::other<Motion>() )
.add_property("np",&Inertia::matrix)
.def("vxiv",&Inertia::vxiv,bp::arg("Motion v"),"Returns the result of v x Iv.")
.def("Identity",&Inertia::Identity,"Returns the identity Inertia.")
.staticmethod("Identity")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment