New name for module locations, some fixes

This commit is contained in:
thenetworkgrinch
2023-03-09 21:48:47 -06:00
parent ec958aecaa
commit ac920249ac
119 changed files with 344 additions and 267 deletions

View File

@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Wed Mar 08 23:33:54 CST 2023 -->
<!-- Generated by javadoc (17) on Thu Mar 09 21:47:59 CST 2023 -->
<title>SwerveModuleSimulation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2023-03-08">
<meta name="dc.created" content="2023-03-09">
<meta name="description" content="declaration: package: swervelib.simulation, class: SwerveModuleSimulation">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
@@ -251,7 +251,7 @@ loadScripts(document, 'script');</script>
<section class="detail" id="updateStateAndPosition(swervelib.math.SwerveModuleState2)">
<h3>updateStateAndPosition</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">updateStateAndPosition</span><wbr><span class="parameters">(<a href="../math/SwerveModuleState2.html" title="class in swervelib.math">SwerveModuleState2</a>&nbsp;desiredState)</span></div>
<div class="block">Update the position and state of the module. Called from <a href="../SwerveModule.html#setDesiredState(swervelib.math.SwerveModuleState2,boolean)"><code>SwerveModule.setDesiredState(swervelib.math.SwerveModuleState2, boolean)</code></a> function
<div class="block">Update the position and state of the module. Called from <a href="../SwerveModule.html#setDesiredState(swervelib.math.SwerveModuleState2,boolean,boolean)"><code>SwerveModule.setDesiredState(swervelib.math.SwerveModuleState2, boolean, boolean)</code></a> function
when simulated.</div>
<dl class="notes">
<dt>Parameters:</dt>