mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 00:14:32 +08:00
deprecate old dm model output
This commit is contained in:
@@ -1672,8 +1672,8 @@ struct OrbKeyFrame {
|
||||
|
||||
struct DriverMonitoring {
|
||||
frameId @0 :UInt32;
|
||||
descriptor @1 :List(Float32);
|
||||
std @2 :Float32;
|
||||
descriptorDEPRECATED @1 :List(Float32);
|
||||
stdDEPRECATED @2 :Float32;
|
||||
faceOrientation @3 :List(Float32);
|
||||
facePosition @4 :List(Float32);
|
||||
faceProb @5 :Float32;
|
||||
|
||||
Reference in New Issue
Block a user