replay: set CarParamsPersistent

old-commit-hash: 26517a0ef9
taco
Shane Smiskol 3 years ago
parent a27814c513
commit 867193b686
  1. 1
      tools/replay/replay.cc

@ -290,6 +290,7 @@ void Replay::startStream(const Segment *cur_segment) {
auto words = capnp::messageToFlatArray(builder);
auto bytes = words.asBytes();
Params().put("CarParams", (const char *)bytes.begin(), bytes.size());
Params().put("CarParamsPersistent", (const char *)bytes.begin(), bytes.size());
} else {
rWarning("failed to read CarParams from current segment");
}

Loading…
Cancel
Save