mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
New name for module locations, some fixes
This commit is contained in:
@@ -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> <span class="return-type">void</span> <span class="element-name">updateStateAndPosition</span><wbr><span class="parameters">(<a href="../math/SwerveModuleState2.html" title="class in swervelib.math">SwerveModuleState2</a> 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>
|
||||
|
||||
Reference in New Issue
Block a user