File tree 2 files changed +4
-4
lines changed
Valkyrie/src/us/ihmc/valkyrie/parameters 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -922,9 +922,9 @@ public String[] getJointsToIgnoreInController()
922
922
// jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.UpperNeckPitch]);
923
923
// jointToIgnoreList.add(forcedSideJointNames[ValkyrieOrderedJointMap.LowerNeckPitch]);
924
924
// 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]);
928
928
}
929
929
}
930
930
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ task performRelease(type: GradleBuild) {
60
60
}
61
61
buildFile " build.gradle"
62
62
startParameter gradle. startParameter
63
- tasks = [" bintrayUpload" , " :IHCMRobotDataLogger :publishLoggerDistributionToBintray" ]
63
+ tasks = [" bintrayUpload" , " :IHMCRobotDataLogger :publishLoggerDistributionToBintray" ]
64
64
}
65
65
66
66
task publishAllToMavenLocal (type : GradleBuild ) {
You can’t perform that action at this time.
0 commit comments