Skip to content

Commit

Permalink
Fix Angle Bug, Combine Settings and Defaults, Add Input Output Veloci…
Browse files Browse the repository at this point in the history
…ties
  • Loading branch information
BytingBulldogs3539 committed Apr 1, 2024
1 parent c455d39 commit d0bf698
Show file tree
Hide file tree
Showing 17 changed files with 1,514 additions and 1,631 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -860,15 +860,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Motion-Profiler"
"ProductCode" = "8:{226407B0-CD3B-40BA-B639-D92BB54D0493}"
"PackageCode" = "8:{29DB2D0C-4085-47D1-97AC-AECD1F77205A}"
"ProductCode" = "8:{097960CE-1EFB-4BB7-AB09-BC4E3CB6ED8F}"
"PackageCode" = "8:{F89F964C-D845-47C3-9E30-3C160EE64245}"
"UpgradeCode" = "8:{F109F2B2-7D8A-43ED-B73A-025A4428AA32}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:24.1.0"
"ProductVersion" = "8:24.1.1"
"Manufacturer" = "8:Byting Bulldogs"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
8 changes: 7 additions & 1 deletion Motion-Profile-Mapper/Motion-Profile-Mapper/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<value>/home/lvuser/</value>
</setting>
<setting name="MaxCen" serializeAs="String">
<value>2.5</value>
<value>5</value>
</setting>
<setting name="FrameLength" serializeAs="String">
<value>0.711</value>
Expand All @@ -68,6 +68,12 @@
<setting name="autoCheckForUpdates" serializeAs="String">
<value>True</value>
</setting>
<setting name="InVel" serializeAs="String">
<value>0</value>
</setting>
<setting name="OutVel" serializeAs="String">
<value>0</value>
</setting>
</MotionProfileMapper.Properties.Settings>
<VelocityMap.Properties.Settings>
<setting name="IpAddress" serializeAs="String">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

469 changes: 0 additions & 469 deletions Motion-Profile-Mapper/Motion-Profile-Mapper/Forms/Defaults.Designer.cs

This file was deleted.

116 changes: 0 additions & 116 deletions Motion-Profile-Mapper/Motion-Profile-Mapper/Forms/Defaults.cs

This file was deleted.

197 changes: 0 additions & 197 deletions Motion-Profile-Mapper/Motion-Profile-Mapper/Forms/Defaults.resx

This file was deleted.

Loading

0 comments on commit d0bf698

Please sign in to comment.