Skip to content
Snippets Groups Projects
Commit 45c212f7 authored by Carlos Mastalli's avatar Carlos Mastalli
Browse files

[ci] Testing if this works

parent b9f336fb
No related branches found
No related tags found
1 merge request!18Added the Kinova arm + ANYmal with kinova; renamed the reference postures
...@@ -59,7 +59,7 @@ def loadANYmal(withArm=None): ...@@ -59,7 +59,7 @@ def loadANYmal(withArm=None):
# Load URDF file # Load URDF file
robot = RobotWrapper.BuildFromURDF(modelPath + URDF_SUBPATH, [modelPath], pinocchio.JointModelFreeFlyer()) robot = RobotWrapper.BuildFromURDF(modelPath + URDF_SUBPATH, [modelPath], pinocchio.JointModelFreeFlyer())
# Load SRDF file # Load SRDF file
readParamsFromSrdf(robot, modelPath + SRDF_SUBPATH, False, False, REF_POSTURE) readParamsFromSrdf(robot, modelPath + SRDF_SUBPATH, False, False, referencePose=REF_POSTURE)
# Add the free-flyer joint limits # Add the free-flyer joint limits
addFreeFlyerJointLimits(robot) addFreeFlyerJointLimits(robot)
return robot return robot
......
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