Skip to content

Addition of enum for occupant eye state #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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;
}

}

}