-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SteeringManager.cs * Use UpdateHandler.CurrentFixedTime instead of planetarium time (smaller value, less chance for floating point errors) * Update the state vectors and display vectors if SAS is enabled * Hide angular velocity, rcs, and engine thrust display vectors when SAS is enabled. * Don't throw an exception when getting target direction, throwing an exception won't trigger the kOS logger. Instead, log the exception directly. PIDLoop.cs * Update integral/derivative logic to use the previous dTerm and iTerm if dt is not greater than 0.
- Loading branch information
Showing
2 changed files
with
32 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters