Skip to content

Commit ff93320

Browse files
committed
add lead stuff
1 parent 9f2076e commit ff93320

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

log.capnp

+6-2
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,12 @@ struct ModelData {
521521
dist @0 :Float32;
522522
prob @1 :Float32;
523523
std @2 :Float32;
524-
relVel @3 :Float32;
525-
relVelStd @4 :Float32;
524+
relV @3 :Float32;
525+
relVStd @4 :Float32;
526+
relY @5 :Float32;
527+
relYStd @6 :Float32;
528+
relA @7 :Float32;
529+
relAStd @8 :Float32;
526530
}
527531

528532
struct ModelSettings {

0 commit comments

Comments
 (0)