Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
s-oronae authored and s-oronae committed Jan 9, 2020
2 parents 9b1cf3b + c3c9e91 commit ef5d61f
Show file tree
Hide file tree
Showing 245 changed files with 88,622 additions and 144 deletions.
466 changes: 466 additions & 0 deletions doc/allclasses-index.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions doc/allclasses.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.5) on Thu Jan 09 07:26:25 PST 2020 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.4.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<main role="main" class="indexContainer">
<ul>
<li><a href="com/robototes/drivebase/AddDistanceDrive.html" title="class in com.robototes.drivebase">AddDistanceDrive</a></li>
<li><a href="com/robototes/drivebase/AddRotationDrive.html" title="class in com.robototes.drivebase">AddRotationDrive</a></li>
<li><a href="com/robototes/utils/ArrayUtils.html" title="class in com.robototes.utils">ArrayUtils</a></li>
<li><a href="com/robototes/utils/DebugPrint.html" title="class in com.robototes.utils">DebugPrint</a></li>
<li><a href="com/robototes/units/DefaultUnit.html" title="class in com.robototes.units">DefaultUnit</a></li>
<li><a href="com/robototes/units/Distance.html" title="class in com.robototes.units">Distance</a></li>
<li><a href="com/robototes/drivebase/DistanceDrive.html" title="class in com.robototes.drivebase">DistanceDrive</a></li>
<li><a href="com/robototes/control/DistanceSubsystem.html" title="class in com.robototes.control">DistanceSubsystem</a></li>
<li><a href="com/robototes/math/DoubleRatio.html" title="class in com.robototes.math">DoubleRatio</a></li>
<li><a href="com/robototes/math/Equation.html" title="class in com.robototes.math">Equation</a></li>
<li><a href="com/robototes/control/Gearbox.html" title="class in com.robototes.control">Gearbox</a></li>
<li><a href="com/robototes/sensors/Gyro.html" title="class in com.robototes.sensors">Gyro</a></li>
<li><a href="com/robototes/drivebase/IDrivebase.html" title="interface in com.robototes.drivebase"><span class="interfaceName">IDrivebase</span></a></li>
<li><a href="com/robototes/drivebase/IDrivebase.ControlMode.html" title="enum in com.robototes.drivebase">IDrivebase.ControlMode</a></li>
<li><a href="com/robototes/math/Interpolable.html" title="interface in com.robototes.math"><span class="interfaceName">Interpolable</span></a></li>
<li><a href="com/robototes/math/InterpolatingDouble.html" title="class in com.robototes.math">InterpolatingDouble</a></li>
<li><a href="com/robototes/units/InterUnitRatio.html" title="class in com.robototes.units">InterUnitRatio</a></li>
<li><a href="com/robototes/math/InverseInterpolable.html" title="interface in com.robototes.math"><span class="interfaceName">InverseInterpolable</span></a></li>
<li><a href="com/robototes/units/IUnit.html" title="interface in com.robototes.units"><span class="interfaceName">IUnit</span></a></li>
<li><a href="com/robototes/control/JoystickUtils.html" title="class in com.robototes.control">JoystickUtils</a></li>
<li><a href="com/robototes/math/MathUtils.html" title="class in com.robototes.math">MathUtils</a></li>
<li><a href="com/robototes/math/MathUtils.MathFunction.html" title="interface in com.robototes.math"><span class="interfaceName">MathUtils.MathFunction</span></a></li>
<li><a href="com/robototes/motors/MotorRotations.html" title="class in com.robototes.motors">MotorRotations</a></li>
<li><a href="com/robototes/motors/MotorRotations.SparkMaxRotations.html" title="class in com.robototes.motors">MotorRotations.SparkMaxRotations</a></li>
<li><a href="com/robototes/drivebase/MultiVectorDrive.html" title="class in com.robototes.drivebase">MultiVectorDrive</a></li>
<li><a href="com/robototes/math/Operable.html" title="interface in com.robototes.math"><span class="interfaceName">Operable</span></a></li>
<li><a href="com/robototes/control/PIDAddCommand.html" title="class in com.robototes.control">PIDAddCommand</a></li>
<li><a href="com/robototes/motors/PIDCanSparkMax.html" title="class in com.robototes.motors">PIDCanSparkMax</a></li>
<li><a href="com/robototes/PIDControls/PIDConstants.html" title="class in com.robototes.PIDControls">PIDConstants</a></li>
<li><a href="com/robototes/PIDControls/PIDController.html" title="class in com.robototes.PIDControls">PIDController</a></li>
<li><a href="com/robototes/motors/PIDMotorController.html" title="interface in com.robototes.motors"><span class="interfaceName">PIDMotorController</span></a></li>
<li><a href="com/robototes/control/PIDSetCommand.html" title="class in com.robototes.control">PIDSetCommand</a></li>
<li><a href="com/robototes/control/PIDSubsystem.html" title="interface in com.robototes.control"><span class="interfaceName">PIDSubsystem</span></a></li>
<li><a href="com/robototes/math/Ratio.html" title="interface in com.robototes.math"><span class="interfaceName">Ratio</span></a></li>
<li><a href="com/robototes/RobototesLibrary.html" title="class in com.robototes">RobototesLibrary</a></li>
<li><a href="com/robototes/drivebase/RotateBy.html" title="class in com.robototes.drivebase">RotateBy</a></li>
<li><a href="com/robototes/units/Rotations.html" title="class in com.robototes.units">Rotations</a></li>
<li><a href="com/robototes/control/RotationSubsystem.html" title="class in com.robototes.control">RotationSubsystem</a></li>
<li><a href="com/robototes/drivebase/SetRotationDrive.html" title="class in com.robototes.drivebase">SetRotationDrive</a></li>
<li><a href="com/robototes/math/SimpleRegression.html" title="class in com.robototes.math">SimpleRegression</a></li>
<li><a href="com/robototes/drivebase/SnapToAngle.html" title="class in com.robototes.drivebase">SnapToAngle</a></li>
<li><a href="com/robototes/utils/StringUtils.html" title="class in com.robototes.utils">StringUtils</a></li>
<li><a href="com/robototes/drivebase/TankDrive.html" title="class in com.robototes.drivebase">TankDrive</a></li>
<li><a href="com/robototes/units/Time.html" title="class in com.robototes.units">Time</a></li>
<li><a href="com/robototes/units/UnitRatio.html" title="class in com.robototes.units">UnitRatio</a></li>
<li><a href="com/robototes/units/UnitTypes.html" title="class in com.robototes.units">UnitTypes</a></li>
<li><a href="com/robototes/units/UnitTypes.DistanceUnits.html" title="enum in com.robototes.units">UnitTypes.DistanceUnits</a></li>
<li><a href="com/robototes/units/UnitTypes.IUnitType.html" title="interface in com.robototes.units"><span class="interfaceName">UnitTypes.IUnitType</span></a></li>
<li><a href="com/robototes/units/UnitTypes.RotationUnits.html" title="enum in com.robototes.units">UnitTypes.RotationUnits</a></li>
<li><a href="com/robototes/units/UnitTypes.TimeUnits.html" title="enum in com.robototes.units">UnitTypes.TimeUnits</a></li>
<li><a href="com/robototes/units/UnitTypes.VoltageUnits.html" title="enum in com.robototes.units">UnitTypes.VoltageUnits</a></li>
<li><a href="com/robototes/drivebase/UseDistanceDrive.html" title="class in com.robototes.drivebase">UseDistanceDrive</a></li>
<li><a href="com/robototes/units/UsefulUnits.html" title="class in com.robototes.units">UsefulUnits</a></li>
<li><a href="com/robototes/units/UsefulUnits.Voltage.html" title="class in com.robototes.units">UsefulUnits.Voltage</a></li>
<li><a href="com/robototes/control/UsePIDAddCommand.html" title="class in com.robototes.control">UsePIDAddCommand</a></li>
<li><a href="com/robototes/control/UsePIDCommand.html" title="class in com.robototes.control">UsePIDCommand</a></li>
<li><a href="com/robototes/control/UsePIDSetCommand.html" title="class in com.robototes.control">UsePIDSetCommand</a></li>
<li><a href="com/robototes/drivebase/UseRotationDrive.html" title="class in com.robototes.drivebase">UseRotationDrive</a></li>
<li><a href="com/robototes/math/Vector.html" title="class in com.robototes.math">Vector</a></li>
<li><a href="com/robototes/drivebase/VectorDrive.html" title="class in com.robototes.drivebase">VectorDrive</a></li>
</ul>
</main>
</body>
</html>
198 changes: 198 additions & 0 deletions doc/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.5) on Thu Jan 09 07:26:25 PST 2020 -->
<title>All Packages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.4.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
</div>
<div class="allPackagesContainer">
<ul class="blockList">
<li class="blockList">
<table class="packagesSummary">
<caption><span>Package Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/robototes/package-summary.html">com.robototes</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/robototes/control/package-summary.html">com.robototes.control</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/robototes/drivebase/package-summary.html">com.robototes.drivebase</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/robototes/math/package-summary.html">com.robototes.math</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/robototes/motors/package-summary.html">com.robototes.motors</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/robototes/PIDControls/package-summary.html">com.robototes.PIDControls</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/robototes/sensors/package-summary.html">com.robototes.sensors</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/robototes/units/package-summary.html">com.robototes.units</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/robototes/utils/package-summary.html">com.robototes.utils</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>
Loading

0 comments on commit ef5d61f

Please sign in to comment.