From f30ad7e0b913fa95bbea27dd51ea3fa365cdc23d Mon Sep 17 00:00:00 2001 From: bpark Date: Mon, 20 Jan 2025 14:54:15 -0600 Subject: [PATCH] Deleted un-useless getWholebodyControllerCoreDT method. --- .../main/java/us/ihmc/atlas/AtlasRobotModel.java | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/atlas/src/main/java/us/ihmc/atlas/AtlasRobotModel.java b/atlas/src/main/java/us/ihmc/atlas/AtlasRobotModel.java index 0a0b2f8dd83f..c00522674653 100644 --- a/atlas/src/main/java/us/ihmc/atlas/AtlasRobotModel.java +++ b/atlas/src/main/java/us/ihmc/atlas/AtlasRobotModel.java @@ -427,8 +427,9 @@ private FullHumanoidRobotModel doArmJointRestriction(FullHumanoidRobotModel full } else { - System.out.println(this.getClass().getName() + ", createFullRobotModel(): range not large enough to reduce for side=" - + robotSide.getLowerCaseName() + " joint=" + armJointName.getCamelCaseNameForStartOfExpression()); + System.out.println( + this.getClass().getName() + ", createFullRobotModel(): range not large enough to reduce for side=" + robotSide.getLowerCaseName() + + " joint=" + armJointName.getCamelCaseNameForStartOfExpression()); } } } @@ -465,15 +466,6 @@ public double getControllerDT() return CONTROL_DT; } - @Override - public double getWholeBodyControllerCoreDT() - { - //TODO This is temporaly return values. - // We should figure out the atlas simulation really doesn't need this and then tweak the override structure. - // This is only called in the Nadia and Alexander later. - return 0.0; - } - @Override public RobotROSClockCalculator getROSClockCalculator() {