Skip to content
Snippets Groups Projects
Verified Commit 6c7923ff authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: remove use switchToNumpyArray

Removed since EigenPy 3
parent c25f5985
No related branches found
No related tags found
No related merge requests found
Pipeline #27487 failed
...@@ -5,9 +5,6 @@ import numpy as np ...@@ -5,9 +5,6 @@ import numpy as np
import pinocchio as pin import pinocchio as pin
from pinocchio.robot_wrapper import RobotWrapper from pinocchio.robot_wrapper import RobotWrapper
pin.switchToNumpyArray()
def getModelPath(subpath, printmsg=False): def getModelPath(subpath, printmsg=False):
source = dirname(dirname(dirname(__file__))) # top level source directory source = dirname(dirname(dirname(__file__))) # top level source directory
paths = [ paths = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment