Skip to content

Commit

Permalink
mapd: Remove more legacy implementation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin authored Feb 2, 2024
1 parent 4450066 commit e99eb7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,16 @@ struct LateralPlanSP @0xf35cc4560bbf6ec2 {
rProb @2 :Float32;

dProb @3 :Float32;
dPathWLinesX @6 :List(Float32);
dPathWLinesY @7 :List(Float32);

laneChangePrev @8 :Bool;
laneChangeEdgeBlock @10 :Bool;

dynamicLaneProfile @4 :Int8;
standstillElapsed @5 :Float32;
dynamicLaneProfileStatus @9 :Bool;

dPathWLinesXDEPRECATED @6 :List(Float32);
dPathWLinesYDEPRECATED @7 :List(Float32);
}

struct DriverMonitoringStateSP @0xda96579883444c35 {
Expand Down

0 comments on commit e99eb7b

Please sign in to comment.