{
  "_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" : 1510,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "61dd6fd004ecefc8554abf555b5a3eac3d494abb",
            "branch" : [
              {
                "SHA1" : "61dd6fd004ecefc8554abf555b5a3eac3d494abb",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "61dd6fd004ecefc8554abf555b5a3eac3d494abb",
            "branch" : [
              {
                "SHA1" : "61dd6fd004ecefc8554abf555b5a3eac3d494abb",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "61dd6fd004ecefc8554abf555b5a3eac3d494abb",
        "branch" : [
          {
            "SHA1" : "61dd6fd004ecefc8554abf555b5a3eac3d494abb",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/MuMech/MechJeb2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "MechJeb2-2.15.1.0-1510.zip",
      "fileName" : "MechJeb2-2.15.1.0-1510.zip",
      "relativePath" : "MechJeb2-2.15.1.0-1510.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1510",
  "duration" : 22741,
  "estimatedDuration" : 21689,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1510",
  "id" : "1510",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1510,
  "queueId" : 2371,
  "result" : "SUCCESS",
  "timestamp" : 1767216295846,
  "url" : "https://ksp.sarbian.com/jenkins/user/gavazquez/my-views/view/all/job/MechJeb2-Dev/1510/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLib/Primitives/M3.cs",
          "MechJebLib/PSG/GuidanceLQR.cs",
          "MechJebLib/MechJebLib.csproj",
          "MechJebLibTest/Primitives/M3Tests/OrthonormalizeQuaternionTests.cs",
          "MechJebLib/Primitives/Dual.cs",
          "MechJebLibTest/Primitives/M3Tests/CoreOperationsTests.cs",
          "MechJeb2/MechJebModuleAscentMenu.cs",
          "MechJebLib/PSG/Phase.cs",
          "MechJebLib/Primitives/HBase.cs",
          "MechJebLib/PSG/RiccatiLayout.cs",
          "MechJebLib/PSG/AscentProblem.cs",
          "MechJeb2/MechJebModuleGuidanceController.cs",
          "MechJebLib/PSG/Optimizer.cs",
          "MechJebLib/Primitives/DualV3.cs",
          "MechJebLib/PSG/Solution.cs",
          "MechJeb2.sln.DotSettings",
          "MechJebLib/PSG/LQRLayout.cs",
          "MechJebLib/TwoBody/Shepperd.cs"
        ],
        "commitId" : "71b89dd335b202b0c1965f12048eb04b303706d2",
        "timestamp" : 1767216275000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Add LQR guidance controller to PSG\u000a\u000aStill in a bit of a janky state, this may be buggy.\u000a\u000aThink a bunch of other fixes and conversion of the M3 class to\u000areadonly also snuck into it, so this is more like a checkpoint of\u000aactive development.\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2025-12-31 13:24:35 -0800",
        "id" : "71b89dd335b202b0c1965f12048eb04b303706d2",
        "msg" : "Add LQR guidance controller to PSG",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleAscentMenu.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/MechJebLib.csproj"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/Dual.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentProblem.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2.sln.DotSettings"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/CoreOperationsTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/OrthonormalizeQuaternionTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleGuidanceController.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLib/PSG/LQRLayout.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/DualV3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Solution.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/HBase.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLib/PSG/GuidanceLQR.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLib/PSG/RiccatiLayout.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Phase.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/M3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/TwoBody/Shepperd.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Optimizer.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}