add getHookHeight method and getFootHeight method
authorYamini Adusumelli <ayamini2000@gmail.com>
Fri, 29 Jan 2016 03:26:39 +0000 (19:26 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 04:20:45 +0000 (20:20 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/DefenseArm.java

index 7e57dbe24884e976e4025b66139202dfa9512352..33fb5f927aa91cd0b1457bca188079117bd9e33b 100755 (executable)
@@ -41,7 +41,8 @@ public class DefenseArm extends Subsystem {
    * attached to the end of the hand, which is attached to the arm.\r
    *\r
    * @return hookHeight gets height of hook from ground. The hook is attached to\r
-   *         the end of the hand, which is attached the arm.\r
+   *         the end of the hand, which is attached the arm. The height is in\r
+   *         inches.\r
    *\r
    */\r
 \r
@@ -50,6 +51,16 @@ public class DefenseArm extends Subsystem {
     return hookHeight;\r
   }\r
 \r
+  /***\r
+   * This method gets the height of the foot from the ground. The foot is\r
+   * attached to the end of the hand, which is attached to the arm.\r
+   *\r
+   * @return footHeight gets height of foot from ground. The foot is attached to\r
+   *         the end of the hand, which is attached the arm. The height is in\r
+   *         inches.\r
+   *\r
+   */\r
+\r
   public double getFootHeight() {\r
 \r
     return footHeight;\r