Skip to content

Commit

Permalink
Merge pull request #38 from arne182/DP08-clean
Browse files Browse the repository at this point in the history
indi BPv (commaai#751)
  • Loading branch information
cgw1968-5779 committed Dec 22, 2020
2 parents 2d69abb + 75cf0aa commit e193dfc
Show file tree
Hide file tree
Showing 6 changed files with 513 additions and 48 deletions.
10 changes: 6 additions & 4 deletions cereal/car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,12 @@ struct CarParams {
}

struct LateralINDITuning {
outerLoopGain @0 :Float32;
innerLoopGain @1 :Float32;
timeConstant @2 :Float32;
actuatorEffectiveness @3 :Float32;
outerLoopGainV @0 :List(Float32);
outerLoopGainBP @1 :List(Float32);
innerLoopGain @2 :Float32;
timeConstantBP @3 :List(Float32);
timeConstantV @4:List(Float32);
actuatorEffectiveness @5 :Float32;
}

struct LateralLQRTuning {
Expand Down
Loading

0 comments on commit e193dfc

Please sign in to comment.