Skip to content

Commit 2d995eb

Browse files
author
Doug Stephen
committed
Merge branch 'release/0.9.0'
2 parents 3efb1fe + 9d2b4b9 commit 2d995eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Valkyrie/src/us/ihmc/valkyrie/parameters/ValkyrieWalkingControllerParameters.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -922,9 +922,9 @@ public String[] getJointsToIgnoreInController()
922922
// jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.UpperNeckPitch]);
923923
// jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.LowerNeckPitch]);
924924
// jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.NeckYaw]);
925-
jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.LeftForearmYaw]);
926-
jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.LeftWristRoll]);
927-
jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.LeftWristPitch]);
925+
// jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.LeftForearmYaw]);
926+
// jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.LeftWristRoll]);
927+
// jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.LeftWristPitch]);
928928
}
929929
}
930930

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ task performRelease(type: GradleBuild) {
6060
}
6161
buildFile "build.gradle"
6262
startParameter gradle.startParameter
63-
tasks = ["bintrayUpload", ":IHCMRobotDataLogger:publishLoggerDistributionToBintray"]
63+
tasks = ["bintrayUpload", ":IHMCRobotDataLogger:publishLoggerDistributionToBintray"]
6464
}
6565

6666
task publishAllToMavenLocal(type: GradleBuild) {

0 commit comments

Comments
 (0)