Added fscalar to JSON configuration

This commit is contained in:
thenetworkgrinch
2023-02-20 22:04:54 -06:00
parent 78fb79768e
commit 24e0a2d43c
103 changed files with 466 additions and 327 deletions

View File

@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Feb 16 22:12:26 CST 2023 -->
<!-- Generated by javadoc (17) on Mon Feb 20 22:01:54 CST 2023 -->
<title>VictorSPXSimProfile</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-02-16">
<meta name="dc.created" content="2023-02-20">
<meta name="description" content="declaration: package: swervelib.simulation.ctre, class: VictorSPXSimProfile">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
@@ -188,9 +188,10 @@ loadScripts(document, 'script');</script>
<h3>run</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">run</span>()</div>
<div class="block">Runs the simulation profile.
<p>
This uses very rudimentary physics simulation and exists to allow users to test features of our products in
simulation using our examples out of the box. Users may modify this to utilize more accurate physics simulation.</div>
<p>This uses very rudimentary physics simulation and exists to allow users to test features of
our products in simulation using our examples out of the box. Users may modify this to utilize more accurate
physics simulation.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="PhysicsSim.SimProfile.html#run()">run</a></code>&nbsp;in class&nbsp;<code><a href="PhysicsSim.SimProfile.html" title="class in swervelib.simulation.ctre">PhysicsSim.SimProfile</a></code></dd>