Gets the current steering direction, in degrees, on the interval [0, 360).
A direction of zero corresponds with directly forwards on the robot, and as
the direction increases, the steering direction is further clockwise from a
@@ -426,7 +426,7 @@
checkWithin180Range
-
stop
-protected void stop()
+public void stop()
Stops all movement.
diff --git a/swervelib/build/docs/javadoc/frc/team1711/swerve/util/Vector.html b/swervelib/build/docs/javadoc/frc/team1711/swerve/util/Vector.html
index 1bc6ddc..b4d1fac 100644
--- a/swervelib/build/docs/javadoc/frc/team1711/swerve/util/Vector.html
+++ b/swervelib/build/docs/javadoc/frc/team1711/swerve/util/Vector.html
@@ -26,7 +26,7 @@
catch(err) {
}
//-->
-var data = {"i0":10,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10};
+var data = {"i0":10,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -88,13 +88,13 @@
@@ -139,6 +139,31 @@
Class Vector
-
+
+
+
+-
+
+
+
Field Summary
+
+Fields
+
+Modifier and Type |
+Field |
+Description |
+
+
+static Vector |
+ZERO |
+
+ The vector (0, 0).
+ |
+
+
+
+
+
@@ -248,19 +273,26 @@ Method Summary