Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
1ada7aef
Verified
Commit
1ada7aef
authored
May 07, 2020
by
Justin Carpentier
Browse files
python: load Python warning module
parent
cee2a3b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/module.cpp
View file @
1ada7aef
...
...
@@ -29,6 +29,11 @@ BOOST_PYTHON_MODULE(libpinocchio_pywrap)
bp
::
scope
().
attr
(
"__raw_version__"
)
=
bp
::
str
(
PINOCCHIO_VERSION
);
eigenpy
::
enableEigenPy
();
// Enable warning
#ifndef Py_LIMITED_API
_PyWarnings_Init
();
#endif
if
(
not
register_symbolic_link_to_registered_type
<
Eigen
::
Quaterniond
>
())
eigenpy
::
exposeQuaternion
();
if
(
not
register_symbolic_link_to_registered_type
<
Eigen
::
AngleAxisd
>
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment