Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions osi_occupant.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ message Occupant
//
SEAT_THIRD_ROW_MIDDLE = 10;
}

// Definition of eye state

enum EyeState
{
// Enum for occupant eye state. For example tracking winking rate, eye closed etc.
}


// Definition of hands related to the steering wheel (mostly driver).
//
Expand Down Expand Up @@ -130,5 +138,7 @@ message Occupant
//
STEERING_CONTROL_RIGHT_HAND = 6;
}

}

}