{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by lamont-granquist"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1409,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "894b983015bedc9193f37f6fdb1a254d474ec7e7",
            "branch" : [
              {
                "SHA1" : "894b983015bedc9193f37f6fdb1a254d474ec7e7",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "894b983015bedc9193f37f6fdb1a254d474ec7e7",
            "branch" : [
              {
                "SHA1" : "894b983015bedc9193f37f6fdb1a254d474ec7e7",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "894b983015bedc9193f37f6fdb1a254d474ec7e7",
        "branch" : [
          {
            "SHA1" : "894b983015bedc9193f37f6fdb1a254d474ec7e7",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/MuMech/MechJeb2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "MechJeb2-2.14.3.0-1409.zip",
      "fileName" : "MechJeb2-2.14.3.0-1409.zip",
      "relativePath" : "MechJeb2-2.14.3.0-1409.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1409",
  "duration" : 18805,
  "estimatedDuration" : 20942,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1409",
  "id" : "1409",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1409,
  "queueId" : 1932,
  "result" : "SUCCESS",
  "timestamp" : 1723340251255,
  "url" : "https://ksp.sarbian.com/jenkins/user/tinygrox/my-views/view/all/job/MechJeb2-Dev/1409/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLibTest/ControlTests/PIDLoopTests.cs",
          "MechJebLib/MechJebLib.csproj",
          "MechJeb2.sln.DotSettings",
          "MechJebLib/ODE/BS3.cs",
          "MechJebLib/ODE/AbstractRungeKutta.cs",
          "MechJebLib/Control/PIDLoop2.cs",
          "MechJeb2/AttitudeControllers/BetterController.cs",
          "MechJebLib/ODE/AbstractIVP.cs",
          "MechJebLib/Control/PIDLoop.cs",
          "MechJebLib/Control/IPIDLoop.cs"
        ],
        "commitId" : "cafcaa40c1bd3e01283d2970d70e8480267fb48e",
        "timestamp" : 1723340170000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "PID rewrite\u000a\u000aAdds PIDLoop2 which is written more conventionally.\u000a\u000a- exposes pterm, iterm and dterm for inspection\u000a- trapezoidal integration/differentiation\u000a- standard and parallel form setters\u000a- separate out the deadbands for p, i, d and output\u000a- proper tracking anti-windup\u000a- first order reset element behavior (extended clegg integrator)\u000a\u000aAlso fixes bugs in the B and C options for 2DOF behavior.\u000a\u000aTweaks the BetterController to just be a cascade with a PI instead of\u000athe PID, with a more aggressive integral term and no derivative.  Backed\u000aoff the p-term over what matlab recommended, because it made some\u000aengines with too much gimbal way too twitchy still.\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2024-08-10 18:36:10 -0700",
        "id" : "cafcaa40c1bd3e01283d2970d70e8480267fb48e",
        "msg" : "PID rewrite",
        "paths" : [
          {
            "editType" : "add",
            "file" : "MechJebLib/Control/PIDLoop2.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ControlTests/PIDLoopTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2.sln.DotSettings"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/AbstractIVP.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Control/PIDLoop.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/MechJebLib.csproj"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/BS3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/AttitudeControllers/BetterController.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLib/Control/IPIDLoop.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/AbstractRungeKutta.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}