Skip to content

Commit

Permalink
add sentinel
Browse files Browse the repository at this point in the history
  • Loading branch information
MankaranSingh committed Sep 30, 2022
1 parent ee4dfbf commit fbf030d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,17 @@ struct CameraOdometry {
rotStd @3 :List(Float32); # std rad/s in device frame
}

struct Sentinel {
enum SentinelType {
endOfSegment @0;
endOfRoute @1;
startOfSegment @2;
startOfRoute @3;
}
type @0 :SentinelType;
signal @1 :Int32;
}

struct LiveCalibrationData {
calStatus @0 :Int8;
calCycle @1 :Int32;
Expand Down Expand Up @@ -1067,5 +1078,6 @@ struct Event {
initData @35 :InitData;
ubloxRaw @36 :Data;
liveTracks @37 :List(LiveTracks);
sentinel @38 :Sentinel;
}
}

0 comments on commit fbf030d

Please sign in to comment.