Skip to content
Snippets Groups Projects
Commit bd34591c authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[bindings] Manually register submodules

parent 6b2a68cb
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,11 @@ from .libpinocchio_pywrap import *
from .deprecated import *
from .shortcuts import *
# Manually register submodules
import sys
sys.modules['pinocchio.rpy'] = rpy
sys.modules['pinocchio.cholesky'] = cholesky
if pin.WITH_HPP_FCL:
try:
import hppfcl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment